Skip to content

Commit 8a9cedf

Browse files
authored
Merge pull request #530 from schnuerle/ms-state-diagram
New State Machine Diagram
2 parents d501f2a + 07bfc14 commit 8a9cedf

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

MDS-state-machine-diagram.svg

Lines changed: 1 addition & 0 deletions
Loading
-354 KB
Binary file not shown.

general-information.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,9 @@ Note that to handle out-of-order events, the validity of the prior-state shall n
180180
| `available`, `reserved`, `on_trip`, `non_operational`, `elsewhere` | `unknown` | `missing` | The vehicle is not at its last reported GPS location, or that location is wildly in error |
181181
| `available`, `reserved`, `on_trip`, `non_operational`, `elsewhere` | `unknown` | `comms_lost` | The vehicle is unable to transmit its GPS location or other status information |
182182

183-
NOTES:
183+
The *State Machine Diagram* shows how the `vehicle_state` and `event_type` relate to each other and how vehicles can transition between states. See [Google Slides](https://docs.google.com/presentation/d/1Ar2-ju8YlddSsTATvQw4YjsSa5108XtidtnJNk-UAfA/edit) for the source file.
184+
![MDS State Machine Diagram](/MDS-state-machine-diagram.svg)
184185

185-
Should we try to handle "unlicensed movements"?
186-
187-
What's the best way to return from `unknown`?
188186

189187
[Top][toc]
190188

0 commit comments

Comments
 (0)