Define RCPPSW_FSM_ENTRY_DECLARE
Defined in File base_fsm.hpp
Define Documentation
-
RCPPSW_FSM_ENTRY_DECLARE(FSM, entry_name, event_data)
Declare an entry
entry_namewithin the class definition ofFSM, which requires the input signal ofevent_dataeach time the entry is executed.Whenever the state function for a state in the state machine is executed (possibly by passing a guard condition), if it is a state transition (last state different than current one), then the entry function for that state will be executed.