EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
menuSimm.h
Go to the documentation of this file.
1 
5 #ifndef INC_menuSimm_H
6 #define INC_menuSimm_H
7 
8 #ifndef menuSimm_NUM_CHOICES
9 
10 typedef enum {
14 } menuSimm;
16 #define menuSimm_NUM_CHOICES 3
17 #endif
18 
19 
20 #endif /* INC_menuSimm_H */