Define RCPPSW_FSM_DEFINE_TRANSITION_MAP
Defined in File base_fsm.hpp
Define Documentation
-
RCPPSW_FSM_DEFINE_TRANSITION_MAP(name)
Define the transition map/table for a state machine. Can only be used if ALL instances of a class can share the same table, which is true for simple_fsm, but not necessarily for hfsm.