#include <BondSM_sm.h>
Public Member Functions | |
void | ConnectTimeout (BondSMContext &context) |
void | Die (BondSMContext &context) |
void | DisconnectTimeout (BondSMContext &context) |
void | HeartbeatTimeout (BondSMContext &context) |
void | SisterAlive (BondSMContext &context) |
void | SisterDead (BondSMContext &context) |
SM_Dead (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 | 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 110 of file BondSM_sm.h.
|
inline |
Definition at line 114 of file BondSM_sm.h.
|
virtual |
Reimplemented from BondSMState.
Definition at line 303 of file BondSM_sm.cpp.
|
virtual |
Reimplemented from BondSMState.
Definition at line 312 of file BondSM_sm.cpp.
|
virtual |
Reimplemented from BondSMState.
Definition at line 321 of file BondSM_sm.cpp.
|
virtual |
Reimplemented from BondSMState.
Definition at line 330 of file BondSM_sm.cpp.
|
virtual |
Reimplemented from BondSMState.
Definition at line 339 of file BondSM_sm.cpp.
|
virtual |
Reimplemented from BondSMState.
Definition at line 348 of file BondSM_sm.cpp.