#include <StateMachine.h>
Public Types | |
typedef boost::mpl::list< RT > | reactions |
typedef bsc::transition < Configure, Ready > | RT |
Public Member Functions | |
Halted (my_context) | |
virtual | ~Halted () |
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 () |
Halted state
Definition at line 251 of file StateMachine.h.
typedef boost::mpl::list<RT> stor::Halted::reactions |
Definition at line 257 of file StateMachine.h.
typedef bsc::transition<Configure,Ready> stor::Halted::RT |
Definition at line 256 of file StateMachine.h.
Halted::Halted | ( | my_context | c | ) |
|
virtual |
|
privatevirtual |
Implements stor::Operations.
Definition at line 15 of file Halted.cc.
|
privatevirtual |
Implements stor::Operations.
Definition at line 28 of file Halted.cc.
References stor::Operations::stateName().
|
privatevirtual |
|
privatevirtual |
Implements stor::Operations.