Subversion Repositories f9daq

Rev

Blame | Last modification | View Log | RSS feed

/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File              */
/* Copyright (c) National Instruments 2007. All Rights Reserved.          */
/*                                                                        */
/* 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  P1                              1
#define  P1_EXIT                         2
#define  P1_ADC                          3
#define  P1_TDC                          4
#define  P1_RESET                        5
#define  P1_CEVE                         6
#define  P1_NEVE                         7
#define  P1_FRAC                         8
#define  P1_TDCMIN                       9
#define  P1_PEDESTAL                     10
#define  P1_ADCHL                        11
#define  P1_ADCLOG                       12
#define  P1_TDCLOG                       13
#define  P1_TDCHL                        14
#define  P1_DAQ                          15
#define  P1_SUPR                         16
#define  P1_DSAVE                        17
#define  P1_DFILE                        18
#define  P1_IY                           19
#define  P1_Y                            20
#define  P1_YMIN                         21
#define  P1_IX                           22
#define  P1_YSTEP                        23
#define  P1_X                            24
#define  P1_NY                           25
#define  P1_ZSET                         26
#define  P1_XMIN                         27
#define  P1_XSTEP                        28
#define  P1_NX                           29
#define  P1_REREAD                       30
#define  P1_HO                           31
#define  P1_PLCH                         32
#define  P1_NEWF                         33
#define  P1_REFON                        34
#define  P1_REFRESH                      35
#define  P1_TIMER                        36      /* callback function: cb_timer */
#define  P1_DECORATION                   37


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

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


     /* Callback Prototypes: */

int  CVICALLBACK cb_timer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);


#ifdef __cplusplus
    }
#endif