-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenums.yaml
More file actions
73 lines (73 loc) · 1.62 KB
/
enums.yaml
File metadata and controls
73 lines (73 loc) · 1.62 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
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
RouteAdmission:
description: Indicates the admission state of a route.
enum:
- INACTIVE
- ADMIT_TO_A
- ADMIT_TO_B
- ADMIT_TO_C
- ADMIT_END
- ROUTE_TO_A
- ROUTE_TO_B
- ROUTE_TO_C
- ROUTE_END
RouteChecking:
description: Indicates the checking state of a route.
enum:
- INACTIVE
- CHECK_START
- CHECK_FROM_A
- CHECK_FROM_B
- CHECK_FROM_C
- ROUTE_SET_FROM_START
- ROUTE_SET_FROM_A
- ROUTE_SET_FROM_B
- ROUTE_SET_FROM_C
RouteSearch:
description: Indicates the search state of a route.
enum:
- INACTIVE
- SEARCH
- RESPONSE
- ROUTE_SET
- ROUTE_MONITORED