#include <BondSM_sm.h>
Public Member Functions | |
void | ConnectTimeout (BondSMContext &context) |
void | Die (BondSMContext &context) |
void | SisterAlive (BondSMContext &context) |
void | SisterDead (BondSMContext &context) |
SM_WaitingForSister (const char *name, int stateId) | |
Public Member Functions inherited from SM_Default | |
SM_Default (const char *name, int stateId) | |
Public Member Functions inherited from BondSMState | |
BondSMState (const char *name, int stateId) | |
virtual void | DisconnectTimeout (BondSMContext &context) |
virtual void | Entry (BondSMContext &) |
virtual void | Exit (BondSMContext &) |
virtual void | HeartbeatTimeout (BondSMContext &context) |
Public Member Functions inherited from statemap::State | |
int | getId () const |
const char * | getName () const |
Additional Inherited Members | |
Protected Member Functions inherited from BondSMState | |
virtual void | Default (BondSMContext &context) |
Protected Member Functions inherited from statemap::State | |
State (const char *name, int stateId) | |
virtual | ~State () |
Protected Attributes inherited from statemap::State | |
char * | _name |
int | _stateId |
Definition at line 67 of file BondSM_sm.h.
|
inline |
Definition at line 71 of file BondSM_sm.h.
|
virtual |
Reimplemented from BondSMState.
Definition at line 63 of file BondSM_sm.cpp.
|
virtual |
Reimplemented from BondSMState.
Definition at line 84 of file BondSM_sm.cpp.
|
virtual |
Reimplemented from BondSMState.
Definition at line 105 of file BondSM_sm.cpp.
|
virtual |
Reimplemented from BondSMState.
Definition at line 126 of file BondSM_sm.cpp.