#include <BondSM_sm.h>
Public Member Functions | |
void | Die (BondSMContext &context) |
void | HeartbeatTimeout (BondSMContext &context) |
void | SisterAlive (BondSMContext &context) |
void | SisterDead (BondSMContext &context) |
SM_Alive (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 | ConnectTimeout (BondSMContext &context) |
virtual void | DisconnectTimeout (BondSMContext &context) |
virtual void | Entry (BondSMContext &) |
virtual void | Exit (BondSMContext &) |
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 81 of file BondSM_sm.h.
|
inline |
Definition at line 85 of file BondSM_sm.h.
|
virtual |
Reimplemented from BondSMState.
Definition at line 149 of file BondSM_sm.cpp.
|
virtual |
Reimplemented from BondSMState.
Definition at line 170 of file BondSM_sm.cpp.
|
virtual |
Reimplemented from BondSMState.
Definition at line 191 of file BondSM_sm.cpp.
|
virtual |
Reimplemented from BondSMState.
Definition at line 212 of file BondSM_sm.cpp.