Searched refs:tagFsmStateMachine (Results 1 – 1 of 1) sorted by relevance
35 struct tagFsmStateMachine;37 typedef void (*StateEnterFunc)(struct tagFsmStateMachine *fsm);38 typedef void (*StateExitFunc)(struct tagFsmStateMachine *fsm);39 typedef bool (*StateProcessFunc)(struct tagFsmStateMachine *fsm, int32_t msgType, void *para);48 typedef void (*FsmDeinitCallback)(struct tagFsmStateMachine *fsm);50 typedef struct tagFsmStateMachine { struct