/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 2000. 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 SENSORPAN 1 #define SENSORPAN_NUM_CHAN 2 #define SENSORPAN_NUM_GET_V 3 #define SENSORPAN_CMD_GET_V 4 /* callback function: sensorui_get_v */ #define SENSORPAN_CMD_QUIT 5 /* callback function: sensorui_quit */ #define SENSORPAN_TEXTMSG_4 6 #define SENSORPAN_TEXTMSG_3 7 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK sensorui_get_v(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK sensorui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif