1 parent c4779e2 commit 70e2b42Copy full SHA for 70e2b42
1 file changed
README.md
@@ -416,17 +416,13 @@ Example:
416
417
Fsm::Transition (*)(Fsm::ImplPtr impl, Fsm::Event event)
418
419
-- Entry/Exit actions. Actions are member functions of an interface/class.
420
-
421
- void (Fsm::ImplPtr)()
422
423
-- Transition actions. Actions are member functions of an interface/class.
+- Transition actions, Entry/Exit actions. Actions are member functions of an interface/class.
424
425
void (Fsm::ImplPtr)(Fsm::Event event)
426
427
### Execution order
428
429
-The order of execution of guards/actions/entry/exit are as follows:
+The order of execution of transitions are as follows:
430
431
- Evaluation of all necessary guards to select a transition
432
- Exit actions from source state up to least common ancestor parent state
0 commit comments