Subversion Repositories f9daq

Rev

Rev 212 | Blame | Compare with Previous | Last modification | View Log | RSS feed

/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File              */
/*                                                                        */
/* WARNING: Do not add to, delete from, or otherwise modify the contents  */
/*          of this include file.                                         */
/**************************************************************************/

#include <userint.h>

#ifdef __cplusplus
    extern "C" {
#endif

     /* Panels and Controls: */

#define  SCAN                             1
#define  SCAN_OPENMAIN                    2       /* control type: command, callback function: OpenMainCB */
#define  SCAN_BB                          3       /* control type: command, callback function: MoveStageCB */
#define  SCAN_BD                          4       /* control type: command, callback function: MoveStageCB */
#define  SCAN_BR                          5       /* control type: command, callback function: MoveStageCB */
#define  SCAN_GETPOSITION                 6       /* control type: command, callback function: GetCurrentPositionCB */
#define  SCAN_BF                          7       /* control type: command, callback function: MoveStageCB */
#define  SCAN_SCAN                        8       /* control type: command, callback function: StartCB */
#define  SCAN_BU                          9       /* control type: command, callback function: MoveStageCB */
#define  SCAN_HO                          10      /* control type: command, callback function: HomeCB */
#define  SCAN_ZG                          11      /* control type: numeric, callback function: (none) */
#define  SCAN_BL                          12      /* control type: command, callback function: MoveStageCB */
#define  SCAN_XG                          13      /* control type: numeric, callback function: (none) */
#define  SCAN_YG                          14      /* control type: numeric, callback function: (none) */
#define  SCAN_IX                          15      /* control type: numeric, callback function: (none) */
#define  SCAN_IY                          16      /* control type: numeric, callback function: (none) */
#define  SCAN_NSTEPSX                     17      /* control type: numeric, callback function: (none) */
#define  SCAN_NSTEPSY                     18      /* control type: numeric, callback function: (none) */
#define  SCAN_STEPX                       19      /* control type: numeric, callback function: (none) */
#define  SCAN_STEPZ                       20      /* control type: numeric, callback function: (none) */
#define  SCAN_STEPY                       21      /* control type: numeric, callback function: (none) */
#define  SCAN_ZP                          22      /* control type: numeric, callback function: (none) */
#define  SCAN_GZ                          23      /* control type: command, callback function: GoZCB */
#define  SCAN_STARTX                      24      /* control type: numeric, callback function: (none) */
#define  SCAN_STARTY                      25      /* control type: numeric, callback function: (none) */
#define  SCAN_XP                          26      /* control type: numeric, callback function: (none) */
#define  SCAN_YP                          27      /* control type: numeric, callback function: (none) */
#define  SCAN_GY                          28      /* control type: command, callback function: GoYCB */
#define  SCAN_GX                          29      /* control type: command, callback function: GoXCB */
#define  SCAN_PORT                        30      /* control type: numeric, callback function: (none) */


     /* Control Arrays: */

          /* (no control arrays in the resource file) */


     /* Menu Bars, Menus, and Menu Items: */

          /* (no menu bars in the resource file) */


     /* Callback Prototypes: */

int  CVICALLBACK GetCurrentPositionCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK GoXCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK GoYCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK GoZCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK HomeCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK MoveStageCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK OpenMainCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK StartCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);


#ifdef __cplusplus
    }
#endif