Public Member Functions |
| XDAQ_INSTANTIATOR () |
| DataLoggerApp (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 | 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) |
bool | stateMachineThread (toolbox::task::WorkLoop *workLoop) |
xoap::MessageReference | stateMachineStateRequest (xoap::MessageReference message) throw (xoap::exception::Exception) |
xoap::MessageReference | stateMachineErrorMessageRequest (xoap::MessageReference message) throw (xoap::exception::Exception) |
void | stateInitial (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
void | statePaused (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
void | stateRunning (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
void | stateHalted (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
void | stateConfigured (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
void | inError (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
void | transitionConfiguring (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
void | transitionHalting (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
void | transitionInitializing (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
void | transitionPausing (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
void | transitionResuming (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
void | transitionStarting (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
void | transitionStopping (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
void | enteringError (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |