/**************************************************************************/ /* 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 VMAGOPPAN 1 #define VMAGOPPAN_CMD_QUIT 2 /* callback function: vmagui_quit */ #define VMAGOPPAN_CMD_GET_VOLTAGE 3 /* callback function: vmagui_get_voltage */ #define VMAGPAN 2 #define VMAGPAN_TEXTBOX_VALUE 2 #define VMAGPAN_TEXTMSG_DESCRIPTION 3 #define VMAGPAN_STRIPCHART_VOLTAGE 4 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK vmagui_get_voltage(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK vmagui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif