/**************************************************************************/ /* 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 VTCOILOP 1 #define VTCOILOP_CMD_QUIT 2 /* callback function: vtcoilui_quit */ #define VTCOILOP_CMD_LOCATE_INDEX 3 /* callback function: vtcoilui_locate_index */ #define VTCOILOP_CMD_ROUTE_SIGNAL 4 /* callback function: vtcoilui_route_signal */ #define VTCOILOP_TXT_INTEGRATOR_CHAN 5 #define VTCOILOP_NUM_MUX_CHAN 6 #define VTCOILOP_CMD_AUTO_GAIN 7 /* callback function: vtcoilui_auto_gain */ #define VTCOILOP_TXT_ROT_DIR 8 #define VTCOILOP_NUM_NUM_REV 9 #define VTCOILOP_CMD_GET_VT 10 /* callback function: vtcoilui_get_vt */ #define VTCOILOP_DECORATION 11 #define VTCOILOP_DECORATION_2 12 #define VTCOILOP_DECORATION_3 13 #define VTCOILOP_DECORATION_4 14 #define VTCOILPAN 2 #define VTCOILPAN_GRAPH_VT_FFT 2 #define VTCOILPAN_GRAPH_VT_SAMP 3 #define VTCOILPAN_TEXTMSG 4 #define VTCOILPAN_TEXTMSG_2 5 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK vtcoilui_auto_gain(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK vtcoilui_get_vt(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK vtcoilui_locate_index(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK vtcoilui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK vtcoilui_route_signal(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif