Update state machine picture

This commit is contained in:
Alexey Rybalchenko
2019-03-29 13:46:08 +01:00
committed by Dennis Klein
parent 2cc1117637
commit 35399ee039
4 changed files with 6 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ FairMQ devices communicate via the communication patterns offered by ZeroMQ (or
Each FairMQ device has an internal state machine:
![FairMQ state machine](images/device_states.png?raw=true "FairMQ state machine")
![FairMQ state machine](images/device_states.svg "FairMQ state machine")
The state machine can be querried and controlled via `GetCurrentStateName()` and `ChangeState("<state name>")` methods. Only legal state transitions are allowed (see image above). Illegal transitions will fail with an error.