#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) |
Definition at line 86 of file BondSM_sm.h.
SM_Alive::SM_Alive | ( | const char * | name, |
int | stateId | ||
) | [inline] |
Definition at line 90 of file BondSM_sm.h.
void SM_Alive::Die | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 151 of file BondSM_sm.cpp.
void SM_Alive::HeartbeatTimeout | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 172 of file BondSM_sm.cpp.
void SM_Alive::SisterAlive | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 193 of file BondSM_sm.cpp.
void SM_Alive::SisterDead | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 214 of file BondSM_sm.cpp.