Go to the source code of this file.
|
void | mISDN_FsmNew (struct Fsm *, struct FsmNode *, int) |
|
void | mISDN_FsmFree (struct Fsm *) |
|
int | mISDN_FsmEvent (struct FsmInst *, int, void *) |
|
void | mISDN_FsmChangeState (struct FsmInst *, int) |
|
void | mISDN_FsmInitTimer (struct FsmInst *, struct FsmTimer *) |
|
int | mISDN_FsmAddTimer (struct FsmTimer *, int, int, void *, int) |
|
void | mISDN_FsmRestartTimer (struct FsmTimer *, int, int, void *, int) |
|
void | mISDN_FsmDelTimer (struct FsmTimer *, int) |
|
Definition at line 29 of file fsm.h.
Definition at line 90 of file fsm.c.
Definition at line 59 of file fsm.c.
Definition at line 52 of file fsm.c.
Definition at line 30 of file fsm.c.