/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 1998. 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: hp3457ui_quit */ #define HPPANEL_HP3457_CHAN 3 #define HPPANEL_HP3457_CHAN_VOLTAGE 4 #define HPPANEL_CMD_GET_HP3457_CHAN_V 5 /* callback function: hp3457ui_get_chan_voltage */ #define HPPANEL_TEXTMSG 6 #define HPPANEL_TEXTMSG_2 7 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK hp3457ui_get_chan_voltage(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK hp3457ui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif