#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) |
Definition at line 115 of file BondSM_sm.h.
SM_Dead::SM_Dead | ( | const char * | name, |
int | stateId | ||
) | [inline] |
Definition at line 119 of file BondSM_sm.h.
void SM_Dead::ConnectTimeout | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 308 of file BondSM_sm.cpp.
void SM_Dead::Die | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 318 of file BondSM_sm.cpp.
void SM_Dead::DisconnectTimeout | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 328 of file BondSM_sm.cpp.
void SM_Dead::HeartbeatTimeout | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 338 of file BondSM_sm.cpp.
void SM_Dead::SisterAlive | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 348 of file BondSM_sm.cpp.
void SM_Dead::SisterDead | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 358 of file BondSM_sm.cpp.