/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 1999. 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 HPPANEL 1 #define HPPANEL_CMD_QUIT 2 /* callback function: hp3458ui_quit */ #define HPPANEL_HP3458_Tc 3 #define HPPANEL_HP3458_F 4 #define HPPANEL_HP3458_R 5 #define HPPANEL_HP3458_V 6 #define HPPANEL_CMD_HP3458_DIG 7 /* callback function: hp3458ui_digitize */ #define HPPANEL_CMD_GET_HP3458_Vn 8 /* callback function: hp3458ui_get_Vsamples */ #define HPPANEL_CMD_GET_HP3458_Tc 9 /* callback function: hp3458ui_get_temperature */ #define HPPANEL_CMD_GET_HP3458_F 10 /* callback function: hp3458ui_get_frequency */ #define HPPANEL_CMD_GET_HP3458_R 11 /* callback function: hp3458ui_get_resistance */ #define HPPANEL_CMD_GET_HP3458_V 12 /* callback function: hp3458ui_get_voltage */ #define HPPANEL_GRAPH_VvsT 13 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK hp3458ui_digitize(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK hp3458ui_get_frequency(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK hp3458ui_get_resistance(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK hp3458ui_get_temperature(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 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); #ifdef __cplusplus } #endif