tdaq-develop-2025-02-12
|
Public Member Functions | |
SOAPMessenger (xdaq::Application *application) | |
SOAPMessenger (const SOAPMessenger &aSOAPMessenger) | |
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) |
Protected Attributes | |
xdaq::Application * | theApplication_ |
Definition at line 25 of file SOAPMessenger.h.
std::string SOAPMessenger::send | ( | XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | ind, |
xoap::MessageReference | message | ||
) |
in xdaq xdaq::ApplicationDescriptor* sourceptr; void getURN()
Definition at line 39 of file SOAPMessenger.cc.