/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 2002. 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 BSCANOP 1 #define BSCANOP_CMD_QUIT 2 /* callback function: bscanui_quit */ #define BSCANOP_CMD_GET_B 3 /* callback function: bscanui_get_bsamp */ #define BSCANOP_DECORATION_4 4 #define BSCANOP_DIST_MOVE 5 #define BSCANOP_START_POS 6 #define BSCANPAN 2 #define BSCANPAN_GRAPH_B_SAMP 2 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK bscanui_get_bsamp(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK bscanui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif