|
CPP-TOOLBOX
|
Represents a state-related event emitted during an update. More...
#include <state_machine.hpp>
Public Attributes | |
| EventType | type |
| The type of event. | |
| StateType | state |
| The current state. | |
| StateType | next_state |
| The next state (may be the same as the current for non-transition events). | |
Represents a state-related event emitted during an update.
| StateType PureStateMachine< StateType >::Event::next_state |
The next state (may be the same as the current for non-transition events).
| StateType PureStateMachine< StateType >::Event::state |
The current state.
| EventType PureStateMachine< StateType >::Event::type |
The type of event.