/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 2001. 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 HISTORYPAN 1 #define HISTORYPAN_GRAPH_HISTORY 2 #define HISTORYPAN_CMD_RESET 3 /* callback function: psd1dui_cmd_reset */ #define HISTORYPAN_NUM_AVE_X 4 #define HISTORYPAN_NUM_AVE_Y 5 #define PSD1DPAN 2 #define PSD1DPAN_CMD_QUIT 2 /* callback function: psd1dui_cmd_quit */ #define PSD1DPAN_NUM_V4 3 #define PSD1DPAN_NUM_V3 4 #define PSD1DPAN_NUM_V2 5 #define PSD1DPAN_NUM_V1 6 #define PSD1DPAN_NUM_MET_Y 7 #define PSD1DPAN_NUM_MET_X 8 #define PSD1DPAN_NUM_FILTER 9 #define PSD1DPAN_TIMER 10 /* callback function: psd1dui_timer */ /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK psd1dui_cmd_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK psd1dui_cmd_reset(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK psd1dui_timer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif