/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 2014. All Rights Reserved. */ /* */ /* WARNING: Do not add to, delete from, or otherwise modify the contents */ /* of this include file. */ /**************************************************************************/ #include #ifdef __cplusplus extern "C" { #endif /* Panels and Controls: */ #define PARPNL 1 /* callback function: FDI_Panel_CB */ #define PARPNL_LED 2 /* control type: LED, callback function: (none) */ #define PARPNL_STATUSBYTESTB 3 /* control type: textMsg, callback function: (none) */ #define PARPNL_NA 4 /* control type: textMsg, callback function: (none) */ #define PARPNL_TAB_FDI_STATUS 5 /* control type: table, callback function: (none) */ #define PARPNL_STATUS_CMD 6 /* control type: command, callback function: FDI_Status_CB */ #define PARPNL_NUMERIC_STATUS 7 /* control type: numeric, callback function: (none) */ #define PARPNL_NA_2 8 /* control type: textMsg, callback function: (none) */ #define PARPNL_CMD 9 /* control type: string, callback function: (none) */ /* Control Arrays: */ /* (no control arrays in the resource file) */ /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK FDI_Panel_CB(int panel, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK FDI_Status_CB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif