Go to the source code of this file.
◆ DEFAULT_ON_ENTRY_IMPL
#define DEFAULT_ON_ENTRY_IMPL |
( |
|
state_name | ) |
|
Value: template <class Event, class FSM>\
void ScannerProtocolDef::state_name::on_entry(Event const&, FSM& fsm)\
{\
PSENSCAN_DEBUG("StateMachine", "Entering state: " #state_name);\
}\
Definition at line 65 of file scanner_state_machine_def.h.
◆ DEFAULT_ON_EXIT_IMPL
#define DEFAULT_ON_EXIT_IMPL |
( |
|
state_name | ) |
|
Value: template <class Event, class FSM>\
void ScannerProtocolDef::state_name::on_exit(Event const&, FSM& fsm)\
{\
PSENSCAN_DEBUG("StateMachine", "Exiting state: " #state_name);\
}
Definition at line 72 of file scanner_state_machine_def.h.
◆ DEFAULT_STATE_IMPL
#define DEFAULT_STATE_IMPL |
( |
|
state_name | ) |
|