|
| RunControlStateMachine (std::string name="Undefined Name") |
|
void | reset (void) |
|
void | setStateMachineName (std::string name) |
|
virtual void | stateInitial (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
|
virtual void | statePaused (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
|
virtual void | stateRunning (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
|
virtual void | stateHalted (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
|
virtual void | stateConfigured (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
|
virtual void | inError (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
|
virtual void | transitionConfiguring (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
|
virtual void | transitionHalting (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
|
virtual void | transitionInitializing (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
|
virtual void | transitionPausing (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
|
virtual void | transitionResuming (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
|
virtual void | transitionStarting (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
|
virtual void | transitionStopping (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
|
virtual void | enteringError (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
|
xoap::MessageReference | runControlMessageHandler (xoap::MessageReference message) throw (xoap::exception::Exception) |
|
|
static const std::string | FAILED_STATE_NAME = "Failed" |
|
Definition at line 14 of file RunControlStateMachine.h.
The documentation for this class was generated from the following files: