Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
289 f9daq 1
/**************************************************************************/
2
/* LabWindows/CVI User Interface Resource (UIR) Include File              */
3
/*                                                                        */
4
/* WARNING: Do not add to, delete from, or otherwise modify the contents  */
5
/*          of this include file.                                         */
6
/**************************************************************************/
7
 
8
#include <userint.h>
9
 
10
#ifdef __cplusplus
11
    extern "C" {
12
#endif
13
 
14
     /* Panels and Controls: */
15
 
16
#define  P1                               1
17
#define  P1_GRATING                       2       /* control type: ring, callback function: (none) */
18
#define  P1_NWL                           3       /* control type: numeric, callback function: (none) */
19
#define  P1_DWL                           4       /* control type: numeric, callback function: (none) */
20
#define  P1_CWL                           5       /* control type: numeric, callback function: (none) */
21
#define  P1_LWL                           6       /* control type: numeric, callback function: (none) */
22
#define  P1_WL0                           7       /* control type: numeric, callback function: (none) */
23
#define  P1_STAGELED                      8       /* control type: LED, callback function: (none) */
24
#define  P1_GLED                          9       /* control type: LED, callback function: (none) */
25
#define  P1_SCAN                          10      /* control type: command, callback function: (none) */
26
#define  P1_ZC                            11      /* control type: command, callback function: (none) */
27
#define  P1_EXIT                          12      /* control type: command, callback function: (none) */
28
#define  P1_CURR                          13      /* control type: numeric, callback function: (none) */
29
#define  P1_ZSETTO                        14      /* control type: numeric, callback function: (none) */
30
#define  P1_Z                             15      /* control type: numeric, callback function: (none) */
31
#define  P1_Y                             16      /* control type: numeric, callback function: (none) */
32
#define  P1_X                             17      /* control type: numeric, callback function: (none) */
33
#define  P1_ZSET                          18      /* control type: command, callback function: (none) */
34
#define  P1_GOXY                          19      /* control type: command, callback function: (none) */
35
#define  P1_READREFCURR                   20      /* control type: command, callback function: (none) */
36
#define  P1_READQE                        21      /* control type: command, callback function: (none) */
37
#define  P1_STOP                          22      /* control type: command, callback function: (none) */
38
#define  P1_SAVEQE                        23      /* control type: command, callback function: (none) */
39
#define  P1_SAVEPOINTS                    24      /* control type: command, callback function: (none) */
40
#define  P1_LOADPOINTS                    25      /* control type: command, callback function: (none) */
41
#define  P1_HO                            26      /* control type: command, callback function: (none) */
42
#define  P1_GSAMPLE                       27      /* control type: graph, callback function: (none) */
43
#define  P1_GREF                          28      /* control type: graph, callback function: (none) */
44
#define  P1_GQE                           29      /* control type: graph, callback function: (none) */
45
#define  P1_POINTS                        30      /* control type: table, callback function: (none) */
46
#define  P1_VSOURCE                       31      /* control type: radioButton, callback function: (none) */
47
#define  P1_BGRCUR1                       32      /* control type: numeric, callback function: (none) */
48
#define  P1_BGRCUR0                       33      /* control type: numeric, callback function: (none) */
49
#define  P1_VOUT                          34      /* control type: numeric, callback function: (none) */
50
#define  P1_NREF                          35      /* control type: numeric, callback function: (none) */
51
#define  P1_TOUT                          36      /* control type: numeric, callback function: (none) */
52
#define  P1_WAIT0                         37      /* control type: numeric, callback function: (none) */
53
#define  P1_WAIT                          38      /* control type: numeric, callback function: (none) */
54
#define  P1_QESCANALL                     39      /* control type: command, callback function: (none) */
55
#define  P1_QESCAN                        40      /* control type: command, callback function: (none) */
56
#define  P1_REFSCAN                       41      /* control type: command, callback function: (none) */
57
#define  P1_POSITION                      42      /* control type: numeric, callback function: (none) */
58
#define  P1_RANGE_R                       43      /* control type: ring, callback function: (none) */
59
#define  P1_TIMER                         44      /* control type: timer, callback function: cb_timer */
60
#define  P1_DECORATION                    45      /* control type: deco, callback function: (none) */
61
#define  P1_DECORATION_2                  46      /* control type: deco, callback function: (none) */
62
 
63
 
64
     /* Control Arrays: */
65
 
66
          /* (no control arrays in the resource file) */
67
 
68
 
69
     /* Menu Bars, Menus, and Menu Items: */
70
 
71
          /* (no menu bars in the resource file) */
72
 
73
 
74
     /* Callback Prototypes: */
75
 
76
int  CVICALLBACK cb_timer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
77
 
78
 
79
#ifdef __cplusplus
80
    }
81
#endif