#include <States.h>
Public Types | |
typedef boost::mpl::list < boost::statechart::transition < Enable, Enabled > , boost::statechart::transition < Halt, Halted > > | reactions |
Public Member Functions | |
virtual void | entryAction () |
Ready (my_context c) | |
virtual | ~Ready () |
Public Member Functions inherited from smproxy::State< Ready, AllOk > | |
std::string | stateName () const |
Additional Inherited Members | |
Protected Types inherited from smproxy::State< Ready, AllOk > | |
typedef boost::statechart::state < Ready, AllOk, boost::mpl::list <>, boost::statechart::has_no_history > | boost_state |
typedef State | my_state |
Protected Member Functions inherited from smproxy::State< Ready, AllOk > | |
virtual void | exitAction () |
void | safeEntryAction () |
void | safeExitAction () |
State (const std::string stateName, typename boost_state::my_context &c) | |
virtual | ~State () |
Protected Attributes inherited from smproxy::State< Ready, AllOk > | |
const std::string | stateName_ |
typedef boost::mpl::list< boost::statechart::transition<Enable,Enabled>, boost::statechart::transition<Halt,Halted> > smproxy::Ready::reactions |
|
inline |
Definition at line 272 of file States.h.
References smproxy::State< Ready, AllOk >::safeEntryAction().
|
inlinevirtual |
Definition at line 274 of file States.h.
References smproxy::State< Ready, AllOk >::safeExitAction().
|
inlinevirtual |
Reimplemented from smproxy::State< Ready, AllOk >.