#include <States.h>
Public Types | |
typedef boost::mpl::list < boost::statechart::transition < Configure, Configuring > > | reactions |
Public Member Functions | |
virtual void | entryAction () |
Halted (my_context c) | |
virtual | ~Halted () |
typedef boost::mpl::list< boost::statechart::transition<Configure,Configuring> > smproxy::Halted::reactions |
smproxy::Halted::Halted | ( | my_context | c | ) | [inline] |
Definition at line 221 of file States.h.
References smproxy::State< Halted, AllOk >::safeEntryAction().
: my_state("Halted", c) { safeEntryAction(); }
virtual smproxy::Halted::~Halted | ( | ) | [inline, virtual] |
Definition at line 223 of file States.h.
References smproxy::State< Halted, AllOk >::safeExitAction().
{ safeExitAction(); }
virtual void smproxy::Halted::entryAction | ( | ) | [inline, virtual] |
Reimplemented from smproxy::State< Halted, AllOk >.
Definition at line 226 of file States.h.
{ outermost_context().setExternallyVisibleStateName("Halted"); }