/**************************************************************************/ /* 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 BHALLPAN 1 #define BHALLPAN_NUM_SET_RANGE 2 #define BHALLPAN_CMD_SET_RANGE 3 /* callback function: bhallui_set_range */ #define BHALLPAN_NUM_GET_B 4 #define BHALLPAN_CMD_GET_B 5 /* callback function: bhallui_get_b */ #define BHALLPAN_CMD_ZERO 6 /* callback function: bhallui_zero */ #define BHALLPAN_CMD_QUIT 7 /* callback function: bhallui_quit */ #define BHALLPAN_TEXTMSG_3 8 #define BHALLPAN_TEXTMSG_4 9 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK bhallui_get_b(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK bhallui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK bhallui_set_range(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK bhallui_zero(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif