EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
menuConvert.h
Go to the documentation of this file.
1 
5 #ifndef INC_menuConvert_H
6 #define INC_menuConvert_H
7 
8 #ifndef menuConvert_NUM_CHOICES
9 
10 typedef enum {
26 } menuConvert;
28 #define menuConvert_NUM_CHOICES 15
29 #endif
30 
31 
32 #endif /* INC_menuConvert_H */