#include <BondSM_sm.h>
Public Member Functions | |
BondSMContext (BondSM &owner) | |
BondSMContext (BondSM &owner, const statemap::State &state) | |
void | ConnectTimeout () |
void | Die () |
void | DisconnectTimeout () |
virtual void | enterStartState () |
BondSM & | getOwner () const |
BondSMState & | getState () const |
void | HeartbeatTimeout () |
void | SisterAlive () |
void | SisterDead () |
Private Attributes | |
BondSM & | _owner |
Definition at line 131 of file BondSM_sm.h.
BondSMContext::BondSMContext | ( | BondSM & | owner | ) | [inline] |
Definition at line 136 of file BondSM_sm.h.
BondSMContext::BondSMContext | ( | BondSM & | owner, |
const statemap::State & | state | ||
) | [inline] |
Definition at line 141 of file BondSM_sm.h.
void BondSMContext::ConnectTimeout | ( | ) | [inline] |
Definition at line 167 of file BondSM_sm.h.
void BondSMContext::Die | ( | ) | [inline] |
Definition at line 172 of file BondSM_sm.h.
void BondSMContext::DisconnectTimeout | ( | ) | [inline] |
Definition at line 177 of file BondSM_sm.h.
virtual void BondSMContext::enterStartState | ( | ) | [inline, virtual] |
Implements statemap::FSMContext.
Definition at line 146 of file BondSM_sm.h.
BondSM& BondSMContext::getOwner | ( | ) | const [inline] |
Definition at line 152 of file BondSM_sm.h.
BondSMState& BondSMContext::getState | ( | ) | const [inline] |
Definition at line 157 of file BondSM_sm.h.
void BondSMContext::HeartbeatTimeout | ( | ) | [inline] |
Definition at line 182 of file BondSM_sm.h.
void BondSMContext::SisterAlive | ( | ) | [inline] |
Definition at line 187 of file BondSM_sm.h.
void BondSMContext::SisterDead | ( | ) | [inline] |
Definition at line 192 of file BondSM_sm.h.
BondSM& BondSMContext::_owner [private] |
Definition at line 195 of file BondSM_sm.h.