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
/* Copyright (c) National Instruments 2014. All Rights Reserved.          */
4
/*                                                                        */
5
/* WARNING: Do not add to, delete from, or otherwise modify the contents  */
6
/*          of this include file.                                         */
7
/**************************************************************************/
8
 
9
#include <userint.h>
10
 
11
#ifdef __cplusplus
12
extern "C" {
13
#endif
14
 
15
  /* Panels and Controls: */
16
 
17
#define  P4                              1
18
#define  P4_CEVE                         2
19
#define  P4_NEVE                         3
20
#define  P4_VERBOSE                      4
21
#define  P4_NALL                         5
22
#define  P4_CBL                          6
23
#define  P4_HIDE                         7       /* callback function: HidePanelCB */
24
#define  P4_BIAS2                        8
25
#define  P4_BIAS1                        9
26
#define  P4_ADDR                         10
27
#define  P4_MASK                         11
28
#define  P4_FILENAME                     12
29
#define  P4_STOP                         13
30
#define  P4_DAQ                          14
31
#define  P4_GRAPH                        15
32
#define  P4_ADCCH                        16      /* callback function: HDrawCB */
33
#define  P4_FRACTION                     17
34
#define  P4_PROGRESS                     18
35
#define  P4_ETA                          19
36
#define  P4_HDISPLAY                     20      /* callback function: HDrawCB */
37
 
38
 
39
  /* Menu Bars, Menus, and Menu Items: */
40
 
41
  /* (no menu bars in the resource file) */
42
 
43
 
44
  /* Callback Prototypes: */
45
 
46
  int  CVICALLBACK HDrawCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
47
  int  CVICALLBACK HidePanelCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
48
 
49
 
50
#ifdef __cplusplus
51
}
52
#endif