/**************************************************************************/ /* 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 TIMP 1 #define TIMP_WRITE_WORD 2 /* callback function: tim */ #define TIMP_READ_DATA_WORD 3 #define TIMP_READ_WORD 4 /* callback function: tim */ #define TIMP_WRITE_DATA_WORD 5 /* callback function: tim */ #define TIMP_WORD_ADDRESS 6 #define TIMP_TIM_REGS 7 /* callback function: tim */ #define TIMP_RBIT_11 8 #define TIMP_BUTT_11 9 /* callback function: tim */ #define TIMP_RBIT_12 10 #define TIMP_BUTT_12 11 /* callback function: tim */ #define TIMP_RBIT_13 12 #define TIMP_BUTT_13 13 /* callback function: tim */ #define TIMP_RBIT_14 14 #define TIMP_BUTT_14 15 /* callback function: tim */ #define TIMP_RBIT_15 16 #define TIMP_BUTT_15 17 /* callback function: tim */ #define TIMP_RBIT_6 18 #define TIMP_BUTT_6 19 /* callback function: tim */ #define TIMP_RBIT_7 20 #define TIMP_BUTT_7 21 /* callback function: tim */ #define TIMP_RBIT_8 22 #define TIMP_BUTT_8 23 /* callback function: tim */ #define TIMP_RBIT_9 24 #define TIMP_BUTT_9 25 /* callback function: tim */ #define TIMP_RBIT_10 26 #define TIMP_BUTT_10 27 /* callback function: tim */ #define TIMP_RBIT_5 28 #define TIMP_BUTT_5 29 /* callback function: tim */ #define TIMP_RBIT_4 30 #define TIMP_BUTT_4 31 /* callback function: tim */ #define TIMP_RBIT_3 32 #define TIMP_BUTT_3 33 /* callback function: tim */ #define TIMP_RBIT_2 34 #define TIMP_BUTT_2 35 /* callback function: tim */ #define TIMP_RBIT_1 36 #define TIMP_BUTT_1 37 /* callback function: tim */ #define TIMP_RBIT_0 38 #define TIMP_BUTT_0 39 /* callback function: tim */ #define TIMP_TEXTBOX 40 #define TIMP_TEXTMSG_71 41 #define TIMP_TEXTMSG_86 42 #define TIMP_TEXTMSG_72 43 #define TIMP_TEXTMSG_73 44 #define TIMP_TEXTMSG_74 45 #define TIMP_TEXTMSG_75 46 #define TIMP_TEXTMSG_80 47 #define TIMP_TEXTMSG_79 48 #define TIMP_TEXTMSG_78 49 #define TIMP_TEXTMSG_77 50 #define TIMP_TEXTMSG_76 51 #define TIMP_TEXTMSG_85 52 #define TIMP_TEXTMSG_84 53 #define TIMP_TEXTMSG_83 54 #define TIMP_TEXTMSG_82 55 #define TIMP_TEXTMSG_81 56 /* Menu Bars, Menus, and Menu Items: */ #define TIM_MENU 1 #define TIM_MENU_MAIN_WINDOW 2 /* callback function: timMenu */ #define TIM_MENU_VME_WINDOW 3 /* callback function: timMenu */ #define TIM_MENU_CLOSE 4 /* callback function: timMenu */ /* Callback Prototypes: */ int CVICALLBACK tim(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); void CVICALLBACK timMenu(int menubar, int menuItem, void *callbackData, int panel); #ifdef __cplusplus } #endif