-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenums.yaml
More file actions
41 lines (41 loc) · 940 Bytes
/
enums.yaml
File metadata and controls
41 lines (41 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
enums:
EulynxEndPosition:
description: Indicates the end position of a point.
enum:
- LEFT
- RIGHT
- NO_END_POSITION
- UNINTENDED
EulynxCommandedEndPosition:
description: Indicates the commanded end position of a point.
enum:
- NOT_COMMANDED
- LEFT
- RIGHT
OccupancyStatus:
description: Indicates whether a zone is occupied or vacant.
enum:
- OCCUPIED
- VACANT
RouteState:
description: Indicates the state of a route.
enum:
- SET
- PREPARING
- RELEASED
ActiveInactive:
description: Indicates whether a logical entity is active or inactive.
enum:
- INACTIVE
- ACTIVE
PointState:
description: Indicates the state of a point.
enum:
- LEFT
- RIGHT
- UNDETERMINED
OpenCloseState:
description: Indicates whether a signal is open or closed.
enum:
- OPEN
- CLOSED