#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 () |
typedef boost::mpl::list< boost::statechart::transition<Enable,Enabled>, boost::statechart::transition<Halt,Halted> > smproxy::Ready::reactions |
smproxy::Ready::Ready | ( | my_context | c | ) | [inline] |
Definition at line 272 of file States.h.
References smproxy::State< Ready, AllOk >::safeEntryAction().
: my_state("Ready", c) { safeEntryAction(); }
virtual smproxy::Ready::~Ready | ( | ) | [inline, virtual] |
Definition at line 274 of file States.h.
References smproxy::State< Ready, AllOk >::safeExitAction().
{ safeExitAction(); }
virtual void smproxy::Ready::entryAction | ( | ) | [inline, virtual] |
Reimplemented from smproxy::State< Ready, AllOk >.
Definition at line 277 of file States.h.
{ outermost_context().setExternallyVisibleStateName("Ready"); }