#include <vector>
#include <set>
#include <map>
Go to the source code of this file.
#define FSM_INVALID_STATE ( unsigned int )( ~0 ) |
Definition at line 27 of file fsm.h.
typedef bool( * ACTION)(void *pContext, const CFsmEvent *pEvent) |
Definition at line 34 of file fsm.h.
Definition at line 46 of file fsm.h.
typedef bool( * CONDITION)(void *pContext) |
Definition at line 33 of file fsm.h.
Definition at line 44 of file fsm.h.
typedef std::set< unsigned int > StateSet |
Definition at line 43 of file fsm.h.
Definition at line 45 of file fsm.h.