Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
317 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  SCALER                           1
17
#define  SCALER_GRAPH                     2       /* control type: graph, callback function: (none) */
18
#define  SCALER_TIME                      3       /* control type: numeric, callback function: (none) */
19
#define  SCALER_STEP                      4       /* control type: numeric, callback function: (none) */
20
#define  SCALER_MAX                       5       /* control type: numeric, callback function: (none) */
21
#define  SCALER_START                     6       /* control type: command, callback function: StartCB */
22
#define  SCALER_MIN                       7       /* control type: numeric, callback function: (none) */
23
 
24
 
25
     /* Control Arrays: */
26
 
27
          /* (no control arrays in the resource file) */
28
 
29
 
30
     /* Menu Bars, Menus, and Menu Items: */
31
 
32
          /* (no menu bars in the resource file) */
33
 
34
 
35
     /* Callback Prototypes: */
36
 
37
int  CVICALLBACK StartCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
38
 
39
 
40
#ifdef __cplusplus
41
    }
42
#endif