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  AIT                              1
#define  AIT_OPENSCAN                     2       /* control type: command, callback function: OpenScanCB */
#define  AIT_RESET                        3       /* control type: command, callback function: ResetCB */
#define  AIT_EXIT                         4       /* control type: command, callback function: ExitCB */
#define  AIT_SETADCSUMGAIN                5       /* control type: command, callback function: SetAdcSumGainCB */
#define  AIT_SETADCGAIN                   6       /* control type: command, callback function: SetAdcGainCB */
#define  AIT_SETADCINTEGRATIONTIME        7       /* control type: command, callback function: SetAdcIntegrationTimeCB */
#define  AIT_SETADCTHRESHOLD              8       /* control type: command, callback function: SetAdcThresholdCB */
#define  AIT_SETBIAS                      9       /* control type: command, callback function: SetBiasCB */
#define  AIT_STOP                         10      /* control type: command, callback function: StopCB */
#define  AIT_QUICKSETUP_3                 11      /* control type: command, callback function: QuickCB */
#define  AIT_PATHNAME                     12      /* control type: string, callback function: (none) */
#define  AIT_FILENAME                     13      /* control type: string, callback function: (none) */
#define  AIT_QUICKSETUP_2                 14      /* control type: command, callback function: QuickCB */
#define  AIT_PFREQ                        15      /* control type: numeric, callback function: (none) */
#define  AIT_QUICKSETUP_1                 16      /* control type: command, callback function: QuickCB */
#define  AIT_INIT                         17      /* control type: command, callback function: InitCB */
#define  AIT_READ                         18      /* control type: command, callback function: ReadCB */
#define  AIT_UPDATEPLOTS                  19      /* control type: radioButton, callback function: (none) */
#define  AIT_LOGY                         20      /* control type: radioButton, callback function: (none) */
#define  AIT_ENABLEDOUTPUT                21      /* control type: radioButton, callback function: (none) */
#define  AIT_DEBUG                        22      /* control type: radioButton, callback function: (none) */
#define  AIT_START                        23      /* control type: command, callback function: StartCB */
#define  AIT_MAX                          24      /* control type: numeric, callback function: (none) */
#define  AIT_CH                           25      /* control type: numeric, callback function: ChangeChannelCB */
#define  AIT_ADCSUMGAIN                   26      /* control type: numeric, callback function: (none) */
#define  AIT_NEVE                         27      /* control type: numeric, callback function: (none) */
#define  AIT_ADCGAIN                      28      /* control type: numeric, callback function: (none) */
#define  AIT_ADCINTEGRATIONTIME           29      /* control type: numeric, callback function: (none) */
#define  AIT_ADCTHRESHOLD                 30      /* control type: numeric, callback function: (none) */
#define  AIT_XYCUT                        31      /* control type: numeric, callback function: (none) */
#define  AIT_BIAS                         32      /* control type: numeric, callback function: (none) */
#define  AIT_GRAPHXY                      33      /* control type: graph, callback function: (none) */
#define  AIT_GETADCSUMGAIN                34      /* control type: numeric, callback function: (none) */
#define  AIT_GRAPHSUM                     35      /* control type: graph, callback function: (none) */
#define  AIT_GRAPH                        36      /* control type: graph, callback function: (none) */
#define  AIT_GETADCGAIN                   37      /* control type: numeric, callback function: (none) */
#define  AIT_GETADCINTEGRATIONTIME        38      /* control type: numeric, callback function: (none) */
#define  AIT_GETADCTHRESHOLD              39      /* control type: numeric, callback function: (none) */
#define  AIT_BIASMON                      40      /* control type: numeric, callback function: (none) */
#define  AIT_DAQTRANSFERRATE              41      /* control type: numeric, callback function: (none) */
#define  AIT_DAQTIMEMS                    42      /* control type: numeric, callback function: (none) */
#define  AIT_DAQBLOCKSIZE                 43      /* control type: numeric, callback function: (none) */
#define  AIT_CEVE                         44      /* control type: numeric, callback function: (none) */
#define  AIT_STDIO                        45      /* control type: textBox, callback function: (none) */
#define  AIT_TIMER                        46      /* control type: timer, callback function: SetTimeoutCB */
#define  AIT_TRGTYPE                      47      /* control type: ring, callback function: SetDiscriminatorTypeCB */
#define  AIT_RTIMER                       48      /* control type: timer, 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 ChangeChannelCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK ExitCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK InitCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK OpenScanCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK QuickCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK ReadCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK ResetCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK SetAdcGainCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK SetAdcIntegrationTimeCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK SetAdcSumGainCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK SetAdcThresholdCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK SetBiasCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK SetDiscriminatorTypeCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int  CVICALLBACK SetTimeoutCB(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);
int  CVICALLBACK StopCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);


#ifdef __cplusplus
    }
#endif