/**************************************************************************/ /* 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 CM2100PAN 1 #define CM2100PAN_CMD_QUIT 2 /* callback function: cm2100ui_quit */ #define CM2100PAN_NUM_ACCELERATION 3 #define CM2100PAN_NUM_VELOCITY 4 #define CM2100PAN_NUM_DISTANCE 5 #define CM2100PAN_COM_MOVE 6 /* callback function: cm2100ui_move */ #define CM2100PAN_NUM_POSITION 7 #define CM2100PAN_COM_GET_POS 8 /* callback function: cm2100ui_get_position */ #define CM2100PAN_COM_ZERO 9 /* callback function: cm2100ui_zero */ #define CM2100PAN_TEXTMSG_3 10 #define CM2100PAN_TEXTMSG_2 11 #define CM2100PAN_TEXTMSG 12 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK cm2100ui_get_position(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK cm2100ui_move(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK cm2100ui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK cm2100ui_zero(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif