The implementation of the FSM concept is primarily based on the Finite State Machine design pattern (see the design pattern table).
Classes | |
| class | CC_FSM |
| This class encapsulates a finite state machine or FSM. More... | |
| class | DC_FsmEvent |
| Base class from which all FsmEvents are derived. More... | |
| class | FsmState |
| Base class from which all FsmState classes are derived. More... | |