Define RCPPSW_FSM_STATE_DEFINE
Defined in File base_fsm.hpp
Define Documentation
-
RCPPSW_FSM_STATE_DEFINE(FSM, state_name, event_data)
Define a state
state_name
for a classFSM
, which requires the input signal ofevent_data
each time the state is executed.