#include <BondSM_sm.h>
Public Member Functions | |
void | Die (BondSMContext &context) |
void | DisconnectTimeout (BondSMContext &context) |
void | HeartbeatTimeout (BondSMContext &context) |
void | SisterAlive (BondSMContext &context) |
void | SisterDead (BondSMContext &context) |
SM_AwaitSisterDeath (const char *name, int stateId) |
Definition at line 100 of file BondSM_sm.h.
SM_AwaitSisterDeath::SM_AwaitSisterDeath | ( | const char * | name, |
int | stateId | ||
) | [inline] |
Definition at line 104 of file BondSM_sm.h.
void SM_AwaitSisterDeath::Die | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 236 of file BondSM_sm.cpp.
void SM_AwaitSisterDeath::DisconnectTimeout | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 246 of file BondSM_sm.cpp.
void SM_AwaitSisterDeath::HeartbeatTimeout | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 267 of file BondSM_sm.cpp.
void SM_AwaitSisterDeath::SisterAlive | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 277 of file BondSM_sm.cpp.
void SM_AwaitSisterDeath::SisterDead | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 287 of file BondSM_sm.cpp.