Subversion Repositories f9daq

Rev

Go to most recent revision | 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_BD                          3       /* control type: command, callback function: MoveStageCB */
#define  SCAN_BR                          4       /* control type: command, callback function: MoveStageCB */
#define  SCAN_GETPOSITION                 5       /* control type: command, callback function: GetCurrentPositionCB */
#define  SCAN_SCAN                        6       /* control type: command, callback function: StartCB */
#define  SCAN_BU                          7       /* control type: command, callback function: MoveStageCB */
#define  SCAN_HO                          8       /* control type: command, callback function: HomeCB */
#define  SCAN_BL                          9       /* control type: command, callback function: MoveStageCB */
#define  SCAN_XG                          10      /* control type: numeric, callback function: (none) */
#define  SCAN_YG                          11      /* control type: numeric, callback function: (none) */
#define  SCAN_IX                          12      /* control type: numeric, callback function: (none) */
#define  SCAN_IY                          13      /* control type: numeric, callback function: (none) */
#define  SCAN_NSTEPSX                     14      /* control type: numeric, callback function: (none) */
#define  SCAN_NSTEPSY                     15      /* control type: numeric, callback function: (none) */
#define  SCAN_STEPX                       16      /* control type: numeric, callback function: (none) */
#define  SCAN_STEPY                       17      /* control type: numeric, callback function: (none) */
#define  SCAN_STARTX                      18      /* control type: numeric, callback function: (none) */
#define  SCAN_STARTY                      19      /* control type: numeric, callback function: (none) */
#define  SCAN_XP                          20      /* control type: numeric, callback function: (none) */
#define  SCAN_YP                          21      /* control type: numeric, callback function: (none) */
#define  SCAN_GY                          22      /* control type: command, callback function: GoYCB */
#define  SCAN_GX                          23      /* control type: command, callback function: GoXCB */
#define  SCAN_PORT                        24      /* 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 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