/**************************************************************************/ /* 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 IMAG 1 #define IMAG_NUMERIC 2 #define IMAG_STRIPCHART_TIMER 3 /* callback function: imagui_update_stripchart */ #define IMAG_STRIPCHART 4 #define IMAGOP 2 #define IMAGOP_RAMP_DESIRED_CURRENT 2 #define IMAGOP_RAMP_CMD 3 /* callback function: imagui_ramp */ #define IMAGOP_NUM_MEASURED_CURRENT 4 #define IMAGOP_CMD_MEASURE_CURRENT 5 /* callback function: imagui_get_current */ #define IMAGOP_NUM_STAND_MAX 6 #define IMAGOP_NUM_STAND_MIN 7 #define IMAGOP_NUM_N_CYCLES 8 #define IMAGOP_CMD_STANDARDIZE 9 /* callback function: imagui_standardize */ #define IMAGOP_CMD_QUIT 10 /* callback function: imagui_quit */ #define IMAGOP_NUM_RAMP_RATE 11 #define IMAGOP_CMD_SET_RAMP_RATE 12 /* callback function: imagui_set_ramp_rate */ #define IMAGOP_TEXTMSG 13 #define IMAGOP_TEXTMSG_2 14 #define IMAGOP_TEXTMSG_3 15 #define IMAGOP_TEXTMSG_4 16 #define IMAGOP_DECORATION 17 #define IMAGOP_DECORATION_2 18 #define IMAGOP_TEXTMSG_5 19 #define IMAGOP_TEXTMSG_6 20 #define IMAGOP_TEXTMSG_7 21 #define IMAGOP_TEXTMSG_8 22 #define IMAGOP_DECORATION_3 23 #define IMAGOP_TEXTMSG_9 24 #define IMAGOP_DECORATION_4 25 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK imagui_get_current(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK imagui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK imagui_ramp(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK imagui_set_ramp_rate(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK imagui_standardize(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK imagui_update_stripchart(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif