/**************************************************************************/ /* 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 GP3PAN 1 #define GP3PAN_NUM_SET_RANGE 2 #define GP3PAN_CMD_SET_RANGE 3 /* callback function: gp3ui_set_range */ #define GP3PAN_NUM_GET_B 4 #define GP3PAN_CMD_GET_B 5 /* callback function: gp3ui_get_b */ #define GP3PAN_CMD_ZERO 6 /* callback function: gp3ui_zero */ #define GP3PAN_CMD_QUIT 7 /* callback function: gp3ui_quit */ #define GP3PAN_TEXTMSG_3 8 #define GP3PAN_TEXTMSG_4 9 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK gp3ui_get_b(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK gp3ui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK gp3ui_set_range(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK gp3ui_zero(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif