EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
menuPost.h
Go to the documentation of this file.
1 
5 #ifndef INC_menuPost_H
6 #define INC_menuPost_H
7 
8 #ifndef menuPost_NUM_CHOICES
9 
10 typedef enum {
13 } menuPost;
15 #define menuPost_NUM_CHOICES 2
16 #endif
17 
18 
19 #endif /* INC_menuPost_H */
State string "On Change".
Definition: menuPost.h:11
menuPost
Enumerated type from menu menuPost.
Definition: menuPost.h:10
State string "Always".
Definition: menuPost.h:12