#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 126 of file BondSM_sm.h.
BondSMContext::BondSMContext | ( | BondSM & | owner | ) | [inline] |
Definition at line 130 of file BondSM_sm.h.
BondSMContext::BondSMContext | ( | BondSM & | owner, |
const statemap::State & | state | ||
) | [inline] |
Definition at line 135 of file BondSM_sm.h.
void BondSMContext::ConnectTimeout | ( | ) | [inline] |
Definition at line 161 of file BondSM_sm.h.
void BondSMContext::Die | ( | ) | [inline] |
Definition at line 166 of file BondSM_sm.h.
void BondSMContext::DisconnectTimeout | ( | ) | [inline] |
Definition at line 171 of file BondSM_sm.h.
virtual void BondSMContext::enterStartState | ( | ) | [inline, virtual] |
Implements statemap::FSMContext.
Definition at line 140 of file BondSM_sm.h.
BondSM& BondSMContext::getOwner | ( | ) | const [inline] |
Definition at line 146 of file BondSM_sm.h.
BondSMState& BondSMContext::getState | ( | ) | const [inline] |
Definition at line 151 of file BondSM_sm.h.
void BondSMContext::HeartbeatTimeout | ( | ) | [inline] |
Definition at line 176 of file BondSM_sm.h.
void BondSMContext::SisterAlive | ( | ) | [inline] |
Definition at line 181 of file BondSM_sm.h.
void BondSMContext::SisterDead | ( | ) | [inline] |
Definition at line 186 of file BondSM_sm.h.
BondSM& BondSMContext::_owner [private] |
Definition at line 189 of file BondSM_sm.h.