CHSM  4.4.1
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
oCCHSM::machine::const_iteratorThis is an iterator in "STL style" to iterate over the (direct child) states a machine has
oCCHSM::parent::const_iteratorThis is an iterator in "STL style" to iterate over the child states of a parent state
oCCHSM::eventThe occurrence of an event ("broadcast") is that which causes transitions in a machine
oCCHSM::parent::iteratorThis is an iterator in "STL style" to iterate over the child states of a parent state
oCCHSM::machineA machine contains an entire Concurrent, Hierarchical, Finite State machine
oCCHSM::stateA state is the simplest kind of state in a machine: it has no child states
|\CCHSM::parentA parent is-an abstract state that has child states
| oCCHSM::clusterA cluster is-a CHSM::parent that can have at most one child-state active at any given time
| \CCHSM::setA set is-a CHSM::parent that has either all or no child-states active
\CCHSM::transitionA transition is a simple struct containing information for a transition from one state to another in a machine