Define RCPPSW_FSM_ENTRY_DECLARE

Define Documentation

RCPPSW_FSM_ENTRY_DECLARE(FSM, entry_name, event_data)

Declare an entry entry_name within the class definition of FSM, which requires the input signal of event_data each 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.