Define RCPPSW_FSM_STATE_DECLARE
Defined in File base_fsm.hpp
Define Documentation
-
RCPPSW_FSM_STATE_DECLARE(FSM, state_name, event_data)
Declare a state
state_name
within the class definition ofFSM
, which requires the input signal ofevent_data
each time the state is executed.Should always return event_signal::ekHANDLED for simple_fsm (anything other than that will halt the state machine/crash the program). Can return other signals if the state is part of a hfsm.