EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
menuPini.h
Go to the documentation of this file.
1 
5 #ifndef INC_menuPini_H
6 #define INC_menuPini_H
7 
8 #ifndef menuPini_NUM_CHOICES
9 
10 typedef enum {
17 } menuPini;
19 #define menuPini_NUM_CHOICES 6
20 #endif
21 
22 
23 #endif /* INC_menuPini_H */