/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 2004. 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 HPPANEL 1 #define HPPANEL_CMD_QUIT 2 /* callback function: hp33220ui_quit */ #define HPPANEL_RING_WAVEFORM 3 #define HPPANEL_NUMERIC_AMPL 4 #define HPPANEL_NUMERIC_FREQ 5 #define HPPANEL_NUMERIC_DC_OFFSET 6 #define HPPANEL_CMD_SET 7 /* callback function: hp33220ui_set */ /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK hp33220ui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK hp33220ui_set(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif