/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* */ /* 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 PANEL 1 #define PANEL_STRING_2 2 /* control type: string, callback function: (none) */ #define PANEL_STRING 3 /* control type: string, callback function: (none) */ #define PANEL_QUIT 4 /* control type: command, callback function: ps_gap_ui_quit */ #define PANEL_LOWER_SENSOR_VOLTAGE 5 /* control type: numeric, callback function: (none) */ #define PANEL_UPPER_SENSOR_VOLTAGE 6 /* control type: numeric, callback function: (none) */ #define PANEL_LOWER_SENSOR_DIST 7 /* control type: numeric, callback function: (none) */ #define PANEL_UPPER_SENSOR_DIST 8 /* control type: numeric, callback function: (none) */ #define PANEL_DIST_BTWN_SENSORS 9 /* control type: numeric, callback function: (none) */ #define PANEL_UND_GAP 10 /* control type: numeric, callback function: (none) */ #define PANEL_CMDSAVE 11 /* control type: command, callback function: ps_gap_ui_save */ #define PANEL_TEMP 12 /* control type: numeric, callback function: (none) */ #define PANEL_TIMER 13 /* control type: timer, callback function: ps_gap_ui_timer */ #define PANEL_RING_MEAS_LOC 14 /* control type: ring, 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 ps_gap_ui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK ps_gap_ui_save(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK ps_gap_ui_timer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif