/**************************************************************************/ /* 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 B9900PAN 1 #define B9900PAN_NUM_CHANNEL 2 #define B9900PAN_NUM_SET_RANGE 3 #define B9900PAN_CMD_SET_RANGE 4 /* callback function: b9900ui_set_range */ #define B9900PAN_NUM_GET_B 5 #define B9900PAN_CMD_GET_B 6 /* callback function: b9900ui_get_b */ #define B9900PAN_CMD_ZERO 7 /* callback function: b9900ui_zero */ #define B9900PAN_CMD_QUIT 8 /* callback function: b9900ui_quit */ #define B9900PAN_TEXTMSG_2 9 #define B9900PAN_TEXTMSG_3 10 #define B9900PAN_TEXTMSG_4 11 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK b9900ui_get_b(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK b9900ui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK b9900ui_set_range(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK b9900ui_zero(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif