Define RCPPSW_FSM_VERIFY_TRANSITION_MAP

Define Documentation

RCPPSW_FSM_VERIFY_TRANSITION_MAP(name, n_entries)

Verify that all states have been covered in the defined transition map. Can only be used in conjunction with the RCPPSW_FSM_DEFINE_TRANSITION_MAP() macro (i.e. not with hfsm maps—compiler error will result if the map is not fully filled out regardless of any checking).

name is the name of the map in the class, and n_entries is the number of entries the map should have.