#include <States.h>
Public Types | |
typedef boost::mpl::list < boost::statechart::transition < HaltingDone, Halted > > | reactions |
Public Member Functions | |
void | activity () |
virtual void | entryAction () |
virtual void | exitAction () |
Halting (my_context c) | |
virtual | ~Halting () |
Public Member Functions inherited from smproxy::State< Halting, AllOk > | |
std::string | stateName () const |
Private Attributes | |
boost::scoped_ptr< boost::thread > | haltingThread_ |
Additional Inherited Members | |
Protected Types inherited from smproxy::State< Halting, AllOk > | |
typedef boost::statechart::state < Halting, AllOk, boost::mpl::list <>, boost::statechart::has_no_history > | boost_state |
typedef State | my_state |
Protected Member Functions inherited from smproxy::State< Halting, AllOk > | |
void | safeEntryAction () |
void | safeExitAction () |
State (const std::string stateName, typename boost_state::my_context &c) | |
virtual | ~State () |
Protected Attributes inherited from smproxy::State< Halting, AllOk > | |
const std::string | stateName_ |
typedef boost::mpl::list< boost::statechart::transition<HaltingDone,Halted> > smproxy::Halting::reactions |
|
inline |
Definition at line 346 of file States.h.
References smproxy::State< Halting, AllOk >::safeEntryAction().
|
inlinevirtual |
Definition at line 348 of file States.h.
References smproxy::State< Halting, AllOk >::safeExitAction().
void Halting::activity | ( | ) |
Definition at line 297 of file StateMachine.cc.
Referenced by entryAction().
|
virtual |
Reimplemented from smproxy::State< Halting, AllOk >.
Definition at line 289 of file StateMachine.cc.
References activity(), and haltingThread_.
|
virtual |
Reimplemented from smproxy::State< Halting, AllOk >.
Definition at line 308 of file StateMachine.cc.
References haltingThread_.
|
private |
Definition at line 356 of file States.h.
Referenced by entryAction(), and exitAction().