/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 2015. 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_I2Y 2 /* control type: graph, callback function: (none) */ #define SCAN_PANEL_GRAPH_IY 3 /* control type: graph, callback function: (none) */ #define SCAN_PANEL_GRAPH_BY 4 /* control type: graph, callback function: (none) */ #define SCAN_PANEL_GRAPH_I2X 5 /* control type: graph, callback function: (none) */ #define SCAN_PANEL_GRAPH_IX 6 /* control type: graph, callback function: (none) */ #define SCAN_PANEL_GRAPH_BX 7 /* control type: graph, callback function: (none) */ #define SCAN_PANEL_BTN_PARAM 8 /* control type: command, callback function: Rd_Param */ #define SCAN_PANEL_STR_TYPE 9 /* control type: string, callback function: (none) */ #define SCAN_PANEL_STR_ID 10 /* control type: string, callback function: (none) */ #define SCAN_PANEL_STR_LOG 11 /* control type: string, callback function: Log_Entry */ #define SCAN_PANEL_NUM_U_TEMP6 12 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_U_TEMP5 13 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_U_TEMP4 14 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_U_TEMP3 15 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_U_TEMP2 16 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_U_TEMP1 17 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_RM_TEMP 18 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_BTN_MOVE 19 /* control type: command, callback function: Move_probe */ #define SCAN_PANEL_NUM_Z 20 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_DZ 21 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_DY 22 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_DX 23 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_Y 24 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_X 25 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_BTN_SCAN 26 /* control type: command, callback function: DoScan */ #define SCAN_PANEL_BTN_QUIT 27 /* control type: command, callback function: Quit */ #define SCAN_PANEL_LED_MOVE 28 /* control type: LED, callback function: (none) */ #define SCAN_PANEL_LED_SCAN 29 /* control type: LED, callback function: (none) */ #define SCAN_PANEL_TEXTBOX 30 /* control type: textBox, callback function: (none) */ #define SCAN_PANEL_NUM_VY_REF2 31 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_VX_REF2 32 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_VY_REF1 33 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_NUM_VX_REF1 34 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_LED_TEMP 35 /* control type: LED, callback function: (none) */ #define SCAN_PANEL_TIMER 36 /* control type: timer, callback function: TimedFunctions */ #define SCAN_PANEL_RING_TUNE 37 /* control type: ring, callback function: (none) */ #define SCAN_PANEL_STR_OPRTR 38 /* control type: string, callback function: (none) */ #define SCAN_PANEL_NUM_RUN 39 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_TEXTMSG_2 40 /* control type: textMsg, callback function: (none) */ #define SCAN_PANEL_NUM_DATA_SET 41 /* control type: numeric, callback function: (none) */ #define SCAN_PANEL_BINARYSWITCH_0G 42 /* control type: binary, callback function: (none) */ #define SCAN_PANEL_TEXTMSG 43 /* control type: textMsg, callback function: (none) */ #define SCAN_PANEL_COMMANDBUTTON 44 /* control type: command, callback function: ClearGraphs */ #define SCAN_PANEL_NUMERIC_DY 45 /* control type: numeric, callback function: Change_Y0 */ #define SCAN_PANEL_NUMERIC_DX 46 /* control type: numeric, callback function: Change_X0 */ #define SCAN_PANEL_NUMERIC_Y0 47 /* control type: numeric, callback function: Change_Y0 */ #define SCAN_PANEL_NUMERIC_X0 48 /* control type: numeric, callback function: Change_X0 */ #define SCAN_PANEL_TEXTMSG_3 49 /* control type: textMsg, callback function: (none) */ #define SCAN_PANEL_TEXTMSG_4 50 /* control type: textMsg, callback function: (none) */ #define SCAN_PANEL_PICTURE 51 /* control type: picture, callback function: (none) */ /* 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 #define MENUBAR_SCANS_SC_CIRC 5 /* callback function: ScanCircle */ /* Callback Prototypes: */ int CVICALLBACK Change_X0(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK Change_Y0(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); 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); void CVICALLBACK ScanCircle(int menubar, int menuItem, void *callbackData, int panel); int CVICALLBACK TimedFunctions(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif