#include <States.h>
Public Types | |
typedef boost::mpl::list < boost::statechart::transition < StartingDone, Running > > | reactions |
Public Member Functions | |
void | activity () |
virtual void | entryAction () |
virtual void | exitAction () |
Starting (my_context c) | |
virtual | ~Starting () |
Public Member Functions inherited from smproxy::State< Starting, Enabled > | |
std::string | stateName () const |
Private Attributes | |
boost::scoped_ptr< boost::thread > | startingThread_ |
Additional Inherited Members | |
Protected Types inherited from smproxy::State< Starting, Enabled > | |
typedef boost::statechart::state < Starting, Enabled, boost::mpl::list <>, boost::statechart::has_no_history > | boost_state |
typedef State | my_state |
Protected Member Functions inherited from smproxy::State< Starting, Enabled > | |
void | safeEntryAction () |
void | safeExitAction () |
State (const std::string stateName, typename boost_state::my_context &c) | |
virtual | ~State () |
Protected Attributes inherited from smproxy::State< Starting, Enabled > | |
const std::string | stateName_ |
typedef boost::mpl::list< boost::statechart::transition<StartingDone,Running> > smproxy::Starting::reactions |
|
inline |
Definition at line 373 of file States.h.
References smproxy::State< Starting, Enabled >::safeEntryAction().
|
inlinevirtual |
Definition at line 375 of file States.h.
References smproxy::State< Starting, Enabled >::safeExitAction().
void smproxy::Starting::activity | ( | ) |
|
virtual |
Reimplemented from smproxy::State< Starting, Enabled >.
Definition at line 224 of file StateMachine.cc.
References activity(), and startingThread_.
|
virtual |
Reimplemented from smproxy::State< Starting, Enabled >.
Definition at line 247 of file StateMachine.cc.
References startingThread_.
|
private |
Definition at line 383 of file States.h.
Referenced by entryAction(), and exitAction().