/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 2014. 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 SCAN_PANEL 1 /* callback function: panelCB */ #define SCAN_PANEL_GRAPH_BZ 2 /* control type: graph, callback function: (none) */ #define SCAN_PANEL_GRAPH_BY 3 /* control type: graph, callback function: (none) */ #define SCAN_PANEL_GRAPH_BX 4 /* control type: graph, callback function: (none) */ #define SCAN_PANEL_BTN_PARAM 5 /* control type: command, callback function: Rd_Param */ #define SCAN_PANEL_STR_ID 6 /* control type: string, callback function: (none) */ #define SCAN_PANEL_STR_DIR 7 /* control type: string, callback function: (none) */ #define SCAN_PANEL_STR_LOG 8 /* control type: string, callback function: Log_Entry */ #define SCAN_PANEL_NUM_U_TEMP6 9 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_U_TEMP5 10 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_U_TEMP4 11 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_U_TEMP3 12 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_U_TEMP2 13 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_U_TEMP1 14 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_RM_TEMP 15 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_BTN_MOVE 16 /* control type: command, callback function: Move_probe */ #define SCAN_PANEL_NUM_RZ_C 17 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_RY_B 18 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_RX_A 19 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_Z 20 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_VY 21 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_WZ 22 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_Y 23 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_X 24 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_BTN_SCAN 25 /* control type: command, callback function: DoScan */ #define SCAN_PANEL_BTN_QUIT 26 /* control type: command, callback function: Quit */ #define SCAN_PANEL_LED_MOVE 27 /* control type: LED, callback function: (none) */ #define SCAN_PANEL_LED_SCAN 28 /* control type: LED, callback function: (none) */ #define SCAN_PANEL_TEXTBOX 29 /* control type: textBox, callback function: (none) */ #define SCAN_PANEL_NUM_BX 30 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_BY 31 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_BX_REF2 32 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_BY_REF2 33 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_BY_REF1_2 34 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_BX_REF1 35 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_TEXTMSG 36 /* control type: textMsg, callback function: (none) */ #define SCAN_PANEL_TEXTMSG_2 37 /* control type: textMsg, callback function: (none) */ #define SCAN_PANEL_LED_TEMP 38 /* control type: LED, callback function: (none) */ #define SCAN_PANEL_TIMER 39 /* control type: timer, callback function: TimedFunctions */ #define SCAN_PANEL_TOGGLEBUTTON 40 /* control type: toggle, callback function: ClearGraphs */ /* Control Arrays: */ /* (no control arrays in the resource file) */ /* Menu Bars, Menus, and Menu Items: */ #define MENUBAR 1 #define MENUBAR_STATUS 2 #define MENUBAR_SCANS 3 #define MENUBAR_SCANS_SC_ARB 4 /* Callback Prototypes: */ int CVICALLBACK ClearGraphs(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK DoScan(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK Log_Entry(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK Move_probe(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK panelCB(int panel, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK Quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK Rd_Param(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK TimedFunctions(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif