EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 {
23 } menuFtype;
25 #define menuFtype_NUM_CHOICES 12
26 #endif
27 
28 
29 #endif /* INC_menuFtype_H */