Public Member Functions | |
CoreSupervisorBase (xdaq::ApplicationStub *s) throw (xdaq::exception::Exception) | |
void | init (void) |
void | destroy (void) |
void | Default (xgi::Input *in, xgi::Output *out) throw (xgi::exception::Exception) |
void | request (xgi::Input *in, xgi::Output *out) throw (xgi::exception::Exception) |
void | stateMachineXgiHandler (xgi::Input *in, xgi::Output *out) throw (xgi::exception::Exception) |
void | stateMachineResultXgiHandler (xgi::Input *in, xgi::Output *out) throw (xgi::exception::Exception) |
xoap::MessageReference | stateMachineXoapHandler (xoap::MessageReference message) throw (xoap::exception::Exception) |
xoap::MessageReference | stateMachineResultXoapHandler (xoap::MessageReference message) throw (xoap::exception::Exception) |
xoap::MessageReference | stateMachineStateRequest (xoap::MessageReference message) throw (xoap::exception::Exception) |
xoap::MessageReference | stateMachineErrorMessageRequest (xoap::MessageReference message) throw (xoap::exception::Exception) |
xoap::MessageReference | macroMakerSupervisorRequest (xoap::MessageReference message) throw (xoap::exception::Exception) |
bool | stateMachineThread (toolbox::task::WorkLoop *workLoop) |
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) |
Protected Attributes | |
WorkLoopManager | stateMachineWorkLoopManager_ |
toolbox::BSem | stateMachineSemaphore_ |
ConfigurationManager * | theConfigurationManager_ |
std::string | XDAQContextConfigurationName_ |
std::string | supervisorConfigurationPath_ |
std::string | supervisorContextUID_ |
std::string | supervisorApplicationUID_ |
std::string | supervisorClass_ |
std::string | supervisorClassNoNamespace_ |
SupervisorDescriptorInfo | supervisorDescriptorInfo_ |
std::vector< VStateMachine * > | theStateMachineImplementation_ |
Definition at line 27 of file CoreSupervisorBase.h.