|
| XDAQ_INSTANTIATOR () |
|
| DispatcherApp (xdaq::ApplicationStub *s) |
|
void | init (void) |
|
void | destroy (void) |
|
void | Default (xgi::Input *in, xgi::Output *out) |
|
void | stateMachineXgiHandler (xgi::Input *in, xgi::Output *out) |
|
void | stateMachineResultXgiHandler (xgi::Input *in, xgi::Output *out) |
|
xoap::MessageReference | stateMachineXoapHandler (xoap::MessageReference message) |
|
xoap::MessageReference | stateMachineResultXoapHandler (xoap::MessageReference message) |
|
bool | stateMachineThread (toolbox::task::WorkLoop *workLoop) |
|
xoap::MessageReference | stateMachineStateRequest (xoap::MessageReference message) |
|
xoap::MessageReference | stateMachineErrorMessageRequest (xoap::MessageReference message) |
|
void | stateInitial (toolbox::fsm::FiniteStateMachine &fsm) |
|
void | statePaused (toolbox::fsm::FiniteStateMachine &fsm) |
|
void | stateRunning (toolbox::fsm::FiniteStateMachine &fsm) |
|
void | stateHalted (toolbox::fsm::FiniteStateMachine &fsm) |
|
void | stateConfigured (toolbox::fsm::FiniteStateMachine &fsm) |
|
void | inError (toolbox::fsm::FiniteStateMachine &fsm) |
|
void | transitionConfiguring (toolbox::Event::Reference e) |
|
void | transitionHalting (toolbox::Event::Reference e) |
|
void | transitionInitializing (toolbox::Event::Reference e) |
|
void | transitionPausing (toolbox::Event::Reference e) |
|
void | transitionResuming (toolbox::Event::Reference e) |
|
void | transitionStarting (toolbox::Event::Reference e) |
|
void | transitionStopping (toolbox::Event::Reference e) |
|
void | enteringError (toolbox::Event::Reference e) |
|
| SOAPMessenger (xdaq::Application *application) |
|
| SOAPMessenger (const SOAPMessenger &aSOAPMessenger) |
|
std::string | receive (const xoap::MessageReference &message) |
|
std::string | receive (const xoap::MessageReference &message, SOAPCommand &soapCommand) |
|
std::string | receive (const xoap::MessageReference &message, SOAPParameters ¶meters) |
|
std::string | send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, xoap::MessageReference message) |
|
std::string | send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, SOAPCommand soapCommand) |
|
std::string | send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command) |
|
std::string | send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command, SOAPParameters parameters) |
|
std::string | sendStatus (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string message) |
|
xoap::MessageReference | sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, xoap::MessageReference message) |
|
xoap::MessageReference | sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, SOAPCommand soapCommand) |
|
xoap::MessageReference | sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command) |
|
xoap::MessageReference | sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command, SOAPParameters parameters) |
|
| RunControlStateMachine (std::string name="Undefined Name") |
|
void | reset (void) |
|
void | setStateMachineName (std::string name) |
|
virtual void | stateShutdown (toolbox::fsm::FiniteStateMachine &fsm) |
|
virtual void | transitionShuttingDown (toolbox::Event::Reference e) |
|
virtual void | transitionStartingUp (toolbox::Event::Reference e) |
|
xoap::MessageReference | runControlMessageHandler (xoap::MessageReference message) |
|
Definition at line 32 of file DispatcherApp.h.