#include <States.h>
Public Types | |
typedef boost::mpl::list < boost::statechart::transition < StoppingDone, Ready > > | reactions |
Public Member Functions | |
void | activity () |
virtual void | entryAction () |
virtual void | exitAction () |
Stopping (my_context c) | |
virtual | ~Stopping () |
Public Member Functions inherited from smproxy::State< Stopping, AllOk > | |
std::string | stateName () const |
Private Attributes | |
boost::scoped_ptr< boost::thread > | stoppingThread_ |
Additional Inherited Members | |
Protected Types inherited from smproxy::State< Stopping, AllOk > | |
typedef boost::statechart::state < Stopping, AllOk, boost::mpl::list <>, boost::statechart::has_no_history > | boost_state |
typedef State | my_state |
Protected Member Functions inherited from smproxy::State< Stopping, AllOk > | |
void | safeEntryAction () |
void | safeExitAction () |
State (const std::string stateName, typename boost_state::my_context &c) | |
virtual | ~State () |
Protected Attributes inherited from smproxy::State< Stopping, AllOk > | |
const std::string | stateName_ |
typedef boost::mpl::list< boost::statechart::transition<StoppingDone,Ready> > smproxy::Stopping::reactions |
|
inline |
Definition at line 319 of file States.h.
References smproxy::State< Stopping, AllOk >::safeEntryAction().
|
inlinevirtual |
Definition at line 321 of file States.h.
References smproxy::State< Stopping, AllOk >::safeExitAction().
void Stopping::activity | ( | ) |
Definition at line 272 of file StateMachine.cc.
Referenced by entryAction().
|
virtual |
Reimplemented from smproxy::State< Stopping, AllOk >.
Definition at line 264 of file StateMachine.cc.
References activity(), and stoppingThread_.
|
virtual |
Reimplemented from smproxy::State< Stopping, AllOk >.
Definition at line 283 of file StateMachine.cc.
References stoppingThread_.
|
private |
Definition at line 329 of file States.h.
Referenced by entryAction(), and exitAction().