Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
326 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  MINIRICH                         1
17
#define  MINIRICH_GRAPH                   2       /* control type: graph, callback function: (none) */
18
#define  MINIRICH_CLEAR                   3       /* control type: command, callback function: rich_Histo_ClearCB */
19
#define  MINIRICH_DRAWRING                4       /* control type: command, callback function: rich_Draw_RingCB */
20
#define  MINIRICH_CLOSE                   5       /* control type: command, callback function: HidePanelCB */
21
#define  MINIRICH_STOP                    6       /* control type: command, callback function: (none) */
22
#define  MINIRICH_START                   7       /* control type: command, callback function: (none) */
23
#define  MINIRICH_TEST                    8       /* control type: command, callback function: icfa_StartCB */
24
#define  MINIRICH_THR                     9       /* control type: numeric, callback function: (none) */
25
#define  MINIRICH_NEVE                    10      /* control type: numeric, callback function: (none) */
26
#define  MINIRICH_ADD                     11      /* control type: radioButton, callback function: (none) */
27
#define  MINIRICH_R_MAX                   12      /* control type: numeric, callback function: (none) */
28
#define  MINIRICH_R_MIN                   13      /* control type: numeric, callback function: (none) */
29
#define  MINIRICH_PROC                    14      /* control type: scale, callback function: (none) */
30
#define  MINIRICH_TRIG                    15      /* control type: numeric, callback function: (none) */
31
#define  MINIRICH_A0A1                    16      /* control type: numeric, callback function: (none) */
32
#define  MINIRICH_NEVNT                   17      /* control type: numeric, callback function: (none) */
33
#define  MINIRICH_REFIND                  18      /* control type: numeric, callback function: (none) */
34
#define  MINIRICH_MINHIT                  19      /* control type: numeric, callback function: (none) */
35
#define  MINIRICH_MAXZ                    20      /* control type: scale, callback function: SetMaximum */
36
 
37
 
38
     /* Control Arrays: */
39
 
40
          /* (no control arrays in the resource file) */
41
 
42
 
43
     /* Menu Bars, Menus, and Menu Items: */
44
 
45
          /* (no menu bars in the resource file) */
46
 
47
 
48
     /* Callback Prototypes: */
49
 
50
int  CVICALLBACK HidePanelCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
51
int  CVICALLBACK icfa_StartCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
52
int  CVICALLBACK rich_Draw_RingCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
53
int  CVICALLBACK rich_Histo_ClearCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
54
int  CVICALLBACK SetMaximum(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
55
 
56
 
57
#ifdef __cplusplus
58
    }
59
#endif