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