CHSM
4.4.1
|
CHSM | |
cluster | A cluster is-a CHSM::parent that can have at most one child-state active at any given time |
event | The occurrence of an event ("broadcast") is that which causes transitions in a machine |
machine | A machine contains an entire Concurrent, Hierarchical, Finite State machine |
const_iterator | This is an iterator in "STL style" to iterate over the (direct child) states a machine has |
parent | A parent is-an abstract state that has child states |
const_iterator | This is an iterator in "STL style" to iterate over the child states of a parent state |
iterator | This is an iterator in "STL style" to iterate over the child states of a parent state |
set | A set is-a CHSM::parent that has either all or no child-states active |
state | A state is the simplest kind of state in a machine: it has no child states |
transition | A transition is a simple struct containing information for a transition from one state to another in a machine |