CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions
smproxy::Enabled Class Reference

#include <States.h>

Inheritance diagram for smproxy::Enabled:
smproxy::State< Enabled, AllOk, Starting > smproxy::StateName

Public Types

typedef boost::mpl::list
< boost::statechart::transition
< Stop, Stopping >
, boost::statechart::transition
< Halt, Halting > > 
reactions
 

Public Member Functions

 Enabled (my_context c)
 
virtual ~Enabled ()
 
- Public Member Functions inherited from smproxy::State< Enabled, AllOk, Starting >
std::string stateName () const
 

Additional Inherited Members

- Protected Types inherited from smproxy::State< Enabled, AllOk, Starting >
typedef
boost::statechart::state
< Enabled, AllOk, Starting,
boost::statechart::has_no_history > 
boost_state
 
typedef State my_state
 
- Protected Member Functions inherited from smproxy::State< Enabled, AllOk, Starting >
virtual void entryAction ()
 
virtual void exitAction ()
 
void safeEntryAction ()
 
void safeExitAction ()
 
 State (const std::string stateName, typename boost_state::my_context &c)
 
virtual ~State ()
 
- Protected Attributes inherited from smproxy::State< Enabled, AllOk, Starting >
const std::string stateName_
 

Detailed Description

The Enabled state of the outer-state AllOk.

Definition at line 286 of file States.h.

Member Typedef Documentation

typedef boost::mpl::list< boost::statechart::transition<Stop,Stopping>, boost::statechart::transition<Halt,Halting> > smproxy::Enabled::reactions

Definition at line 294 of file States.h.

Constructor & Destructor Documentation

smproxy::Enabled::Enabled ( my_context  c)
inline
virtual smproxy::Enabled::~Enabled ( )
inlinevirtual