#include <StateMachine.h>
Public Types | |
typedef bsc::transition < Enable, Enabled > | ET |
typedef bsc::in_state_reaction < HaltDone, Stopped,&Stopped::logHaltDoneRequest > | HaltDoneIR |
typedef boost::mpl::list< ET, HaltDoneIR > | reactions |
Public Member Functions | |
void | logHaltDoneRequest (const HaltDone &request) |
Stopped (my_context) | |
virtual | ~Stopped () |
Public Member Functions inherited from stor::Operations | |
void | moveToFailedState (xcept::Exception &exception) const |
void | noFragmentToProcess () const |
Operations () | |
void | processI2OFragment (I2OChain &frag) const |
std::string | stateName () const |
virtual | ~Operations ()=0 |
Private Member Functions | |
virtual void | do_entryActionWork () |
virtual void | do_exitActionWork () |
virtual void | do_moveToFailedState (xcept::Exception &exception) const |
virtual std::string | do_stateName () const |
Additional Inherited Members | |
Protected Member Functions inherited from stor::Operations | |
virtual void | do_noFragmentToProcess () const |
virtual void | do_processI2OFragment (I2OChain &frag) const |
void | safeEntryAction () |
void | safeExitAction () |
Stopped state
Definition at line 307 of file StateMachine.h.
typedef bsc::transition<Enable,Enabled> stor::Stopped::ET |
Definition at line 314 of file StateMachine.h.
typedef bsc::in_state_reaction<HaltDone,Stopped,&Stopped::logHaltDoneRequest> stor::Stopped::HaltDoneIR |
Definition at line 315 of file StateMachine.h.
Definition at line 316 of file StateMachine.h.
Stopped::Stopped | ( | my_context | c | ) |
|
virtual |
|
privatevirtual |
Implements stor::Operations.
Definition at line 21 of file Stopped.cc.
References stor::Operations::stateName().
|
privatevirtual |
Implements stor::Operations.
Definition at line 34 of file Stopped.cc.
References stor::Operations::stateName().
|
privatevirtual |
|
privatevirtual |
Implements stor::Operations.
Definition at line 40 of file Stopped.cc.
void Stopped::logHaltDoneRequest | ( | const HaltDone & | request | ) |
Definition at line 50 of file Stopped.cc.