/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 2003. 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 SENMEASPAN 1 #define SENMEASPAN_NUM_SENSOR_NUM 2 #define SENMEASPAN_NUM_SENSOR_MEAS_VAL 3 #define SENMEASPAN_NUM_SENSOR_RAW_OUTPUT 4 #define SENMEASPAN_CMD_GET_MEAS_VAL 5 /* callback function: senmeasui_get_sensor_meas_val */ #define SENMEASPAN_CMD_QUIT 6 /* callback function: senmeasui_quit */ #define SENMEASPAN_TEXTMSG_5 7 #define SENMEASPAN_TEXTMSG_4 8 #define SENMEASPAN_TEXTMSG_3 9 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK senmeasui_get_sensor_meas_val(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK senmeasui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif