EPICS Base
7.0.5.1
menuFtype.h
Go to the documentation of this file.
1
5
#ifndef INC_menuFtype_H
6
#define INC_menuFtype_H
7
8
#ifndef menuFtype_NUM_CHOICES
9
10
typedef
enum
{
11
menuFtypeSTRING
,
12
menuFtypeCHAR
,
13
menuFtypeUCHAR
,
14
menuFtypeSHORT
,
15
menuFtypeUSHORT
,
16
menuFtypeLONG
,
17
menuFtypeULONG
,
18
menuFtypeINT64
,
19
menuFtypeUINT64
,
20
menuFtypeFLOAT
,
21
menuFtypeDOUBLE
,
22
menuFtypeENUM
23
}
menuFtype
;
25
#define menuFtype_NUM_CHOICES 12
26
#endif
27
28
29
#endif
/* INC_menuFtype_H */
menuFtypeSTRING
State string "STRING".
Definition:
menuFtype.h:11
menuFtypeSHORT
State string "SHORT".
Definition:
menuFtype.h:14
menuFtypeDOUBLE
State string "DOUBLE".
Definition:
menuFtype.h:21
menuFtypeINT64
State string "INT64".
Definition:
menuFtype.h:18
menuFtypeUCHAR
State string "UCHAR".
Definition:
menuFtype.h:13
menuFtypeUINT64
State string "UINT64".
Definition:
menuFtype.h:19
menuFtype
menuFtype
Enumerated type from menu menuFtype.
Definition:
menuFtype.h:10
menuFtypeENUM
State string "ENUM".
Definition:
menuFtype.h:22
menuFtypeUSHORT
State string "USHORT".
Definition:
menuFtype.h:15
menuFtypeULONG
State string "ULONG".
Definition:
menuFtype.h:17
menuFtypeCHAR
State string "CHAR".
Definition:
menuFtype.h:12
menuFtypeFLOAT
State string "FLOAT".
Definition:
menuFtype.h:20
menuFtypeLONG
State string "LONG".
Definition:
menuFtype.h:16
Generated on Sun Mar 21 2021 16:10:19 for EPICS Base by
1.8.13