/**************************************************************************/ /* 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 AMBIENTPAN 1 #define AMBIENTPAN_TEXTBOX_VALUE 2 #define AMBIENTPAN_TEXTMSG_DESCRIPTION 3 #define AMBIENTPAN_STRIPCHART_AMBIENT 4 #define AMBOPPAN 2 #define AMBOPPAN_CMD_QUIT 2 /* callback function: ambientui_quit */ #define AMBOPPAN_CMD_GET_MEAS 3 /* callback function: ambientui_get_meas */ /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK ambientui_get_meas(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK ambientui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif