|
Zth (libzth)
|
The description of a Fsm. More...
#include <fsm.h>
Public Attributes | |
| union { | |
| Fsm::State state | |
| FsmDescription const * stateAddr | |
| }; | |
| FsmGuard< Fsm > | guard |
The description of a Fsm.
Don't try to understand this definition, just follow the example.
| union { ... } |
| FsmGuard<Fsm> zth::FsmDescription< Fsm >::guard |
| Fsm::State zth::FsmDescription< Fsm >::state |
| FsmDescription const* zth::FsmDescription< Fsm >::stateAddr |