#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 110 of file BondSM_sm.h.
SM_Dead::SM_Dead | ( | const char * | name, |
int | stateId | ||
) | [inline] |
Definition at line 114 of file BondSM_sm.h.
void SM_Dead::ConnectTimeout | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 303 of file BondSM_sm.cpp.
void SM_Dead::Die | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 312 of file BondSM_sm.cpp.
void SM_Dead::DisconnectTimeout | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 321 of file BondSM_sm.cpp.
void SM_Dead::HeartbeatTimeout | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 330 of file BondSM_sm.cpp.
void SM_Dead::SisterAlive | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 339 of file BondSM_sm.cpp.
void SM_Dead::SisterDead | ( | BondSMContext & | context | ) | [virtual] |
Reimplemented from BondSMState.
Definition at line 348 of file BondSM_sm.cpp.