EPICS Base
7.0.5.1
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
{
11
menuPiniNO
,
12
menuPiniYES
,
13
menuPiniRUN
,
14
menuPiniRUNNING
,
15
menuPiniPAUSE
,
16
menuPiniPAUSED
17
}
menuPini
;
19
#define menuPini_NUM_CHOICES 6
20
#endif
21
22
23
#endif
/* INC_menuPini_H */
menuPiniPAUSE
State string "PAUSE".
Definition:
menuPini.h:15
menuPiniRUNNING
State string "RUNNING".
Definition:
menuPini.h:14
menuPiniPAUSED
State string "PAUSED".
Definition:
menuPini.h:16
menuPini
menuPini
Enumerated type from menu menuPini.
Definition:
menuPini.h:10
menuPiniYES
State string "YES".
Definition:
menuPini.h:12
menuPiniRUN
State string "RUN".
Definition:
menuPini.h:13
menuPiniNO
State string "NO".
Definition:
menuPini.h:11
Generated on Sun Mar 21 2021 16:10:19 for EPICS Base by
1.8.13