/**************************************************************************/ /* 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 TDS754DPAN 1 #define TDS754DPAN_NUM_CHAN 2 #define TDS754DPAN_CMD_GET_WAVEFORM 3 /* callback function: tds754dui_get_waveform */ #define TDS754DPAN_CMD_QUIT 4 /* callback function: tds754dui_quit */ #define TDS754DPAN_GRAPH 5 #define TDS754DPAN_TEXTMSG_5 6 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK tds754dui_get_waveform(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK tds754dui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif