EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
menuScan.h
Go to the documentation of this file.
1 
5 #ifndef INC_menuScan_H
6 #define INC_menuScan_H
7 
8 #ifndef menuScan_NUM_CHOICES
9 
10 typedef enum {
21 } menuScan;
23 #define menuScan_NUM_CHOICES 10
24 #endif
25 
26 
27 #endif /* INC_menuScan_H */