EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
menuYesNo.h
Go to the documentation of this file.
1 
5 #ifndef INC_menuYesNo_H
6 #define INC_menuYesNo_H
7 
8 #ifndef menuYesNo_NUM_CHOICES
9 
10 typedef enum {
13 } menuYesNo;
15 #define menuYesNo_NUM_CHOICES 2
16 #endif
17 
18 
19 #endif /* INC_menuYesNo_H */