/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 1998. 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 PDI5025PAN 1 #define PDI5025PAN_CMD_QUIT 2 /* callback function: pdi5025ui_quit */ #define PDI5025PAN_NUM_GAIN 3 #define PDI5025PAN_NUM_TIME_BETWEEN_SAMP 4 #define PDI5025PAN_COM_INTEGRATE 5 /* callback function: pdi5025ui_get_VT_timer */ #define PDI5025PAN_NUM_INTEGRATED_VOLTAG 6 #define PDI5025PAN_STR_INT_CHAN 7 #define PDI5025PAN_NUM_NUM_SAMPLES 8 #define PDI5025PAN_GRAPH_VT_SAMP 9 #define PDI5025PAN_TEXTMSG_3 10 #define PDI5025PAN_TEXTMSG_2 11 #define PDI5025PAN_TEXTMSG 12 #define PDI5025PAN_TEXTMSG_4 13 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK pdi5025ui_get_VT_timer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK pdi5025ui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif