/**************************************************************************/ /* 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 HPPANEL 1 #define HPPANEL_CMD_QUIT 2 /* control type: command, callback function: hp3458ui_quit */ #define HPPANEL_HP3458_V 3 /* control type: numeric, callback function: (none) */ #define HPPANEL_CMD_HP3458_TRIG 4 /* control type: command, callback function: hp3458ui_triggered */ #define HPPANEL_CMD_GET_HP3458_Vn 5 /* control type: command, callback function: hp3458ui_get_Vsamples */ #define HPPANEL_CMD_GET_HP3458_V 6 /* control type: command, callback function: hp3458ui_get_voltage */ #define HPPANEL_GRAPH_VvsT 7 /* control type: graph, callback function: (none) */ #define HPPANEL_NUMERIC_DT 8 /* control type: numeric, callback function: (none) */ #define HPPANEL_NUMERIC_NUM_SAMPLES 9 /* control type: numeric, callback function: (none) */ #define HPPANEL_NUMERIC_NPLC 10 /* control type: numeric, callback function: (none) */ #define HPPANEL_COMMANDBUTTON 11 /* control type: command, callback function: Save_File */ /* 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 hp3458ui_get_voltage(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK hp3458ui_get_Vsamples(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK hp3458ui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK hp3458ui_triggered(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK Save_File(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif