#include <fsm.h>
Public Member Functions | |
| void | operator() (SState &From, const SEvent &Event, SState &To) |
| Calls OnExit(...) function of the To state. | |
| SState | User defined state type | |
| SEvent | User defined event type |
Definition at line 226 of file fsm.h.
|
||||||||||||||||||||
|
Calls OnExit(...) function of the To state.
|
1.4.4