Subversion Repositories f9daq

Rev

Rev 222 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
222 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_EXPORT_PB                     2       /* control type: command, callback function: (none) */
18
#define  P1_EXIT_PB                       3       /* control type: command, callback function: (none) */
19
#define  P1_IO_TB                         4       /* control type: textBox, callback function: (none) */
20
#define  P1_WF_G                          5       /* control type: graph, callback function: (none) */
21
#define  P1_CLEAR_PB                      6       /* control type: command, callback function: (none) */
22
#define  P1_RESET_PB                      7       /* control type: command, callback function: (none) */
23
#define  P1_CEVE_N                        8       /* control type: numeric, callback function: (none) */
24
#define  P1_TDC_G                         9       /* control type: graph, callback function: (none) */
25
#define  P1_NEVE_N                        10      /* control type: numeric, callback function: (none) */
26
#define  P1_TDCLOG_S                      11      /* control type: binary, callback function: (none) */
27
#define  P1_DAQ_S                         12      /* control type: textButton, callback function: (none) */
28
#define  P1_TIMER_T                       13      /* control type: timer, callback function: cb_timer */
29
#define  P1_REFON_CB                      14      /* control type: radioButton, callback function: (none) */
30
#define  P1_REFRESH_PB                    15      /* control type: command, callback function: (none) */
31
#define  P1_DEBUG_PB                      16      /* control type: command, callback function: debug_pressed */
32
#define  P1_FILENAME_EN                   17      /* control type: string, callback function: (none) */
33
#define  P1_FILETYPE                      18      /* control type: ring, callback function: (none) */
34
 
35
 
36
     /* Control Arrays: */
37
 
38
          /* (no control arrays in the resource file) */
39
 
40
 
41
     /* Menu Bars, Menus, and Menu Items: */
42
 
43
          /* (no menu bars in the resource file) */
44
 
45
 
46
     /* Callback Prototypes: */
47
 
48
int  CVICALLBACK cb_timer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
49
int  CVICALLBACK debug_pressed(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
50
 
51
 
52
#ifdef __cplusplus
53
    }
54
#endif