#include <qepn.h>
Data Fields | |
| QStateHandler | state |
| QEvent | evt |
QFsm represents a traditional non-hierarchical Finite State Machine (FSM) without state hierarchy, but with entry/exit actions.
typedef struct QBombTag { QFsm super; /* derives from QFsm */ uint8_t timeout; /* number of seconds till explosion */ uint8_t defuse; /* the secret defuse code */ uint8_t code; /* the current defuse code entry */ } QBomb;
Definition at line 184 of file qepn.h.
current active state (private)
Definition at line 185 of file qepn.h.
Referenced by QFsm_dispatch(), and QFsm_init().
1.5.4