#include <testDcsClientHelper.hpp>
|
| | DcsClientTest () |
| |
| | ~DcsClientTest () |
| |
| std::string | SendReqUser (const std::string &request, const core::utils::param::ParameterSet ¶meters) |
| | Method to actually send the request and receive the response. More...
|
| |
| | DcsClient () |
| |
| | DcsClient (const std::string &service_uri) |
| | Instantiate the DCS Client, providing the reference to the associated CCF Control instance. More...
|
| |
| | ~DcsClient () |
| |
| std::string | GenHelp (const std::string &application) |
| | Generate the help page as a string buffer. More...
|
| |
| std::string | GetInterfaceForRequest (const std::string &request) |
| | Return the interface, in which the given request is defined. More...
|
| |
| std::string | SendReq (const std::string &request, const core::utils::param::ParameterSet ¶meters) |
| | Send the request to the associated CCF Control instance. More...
|
| |
| std::string | SendReq (const std::string &request, const std::string ¶meters) |
| | Send parameters provided in serialised format in a buffer or in a file to which there is referenced. More...
|
| |
| std::string | ExecuteShellCmd (int argc, char **argv) |
| | Parse the command line options given and send the request/receive the response. More...
|
| |
| | Base () |
| |
| | ~Base () |
| |
| const std::string & | GetClassName () const |
| | Return the allocated name of the class. More...
|
| |
| log4cplus::Logger & | Loggger () |
| | Return reference to logger used in this context. More...
|
| |
◆ DcsClientTest()
| ccf::common::test::DcsClientTest::DcsClientTest |
( |
| ) |
|
◆ ~DcsClientTest()
| ccf::common::test::DcsClientTest::~DcsClientTest |
( |
| ) |
|
◆ SendReqUser()
| std::string ccf::common::test::DcsClientTest::SendReqUser |
( |
const std::string & |
request, |
|
|
const core::utils::param::ParameterSet & |
parameters |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: