Go to the documentation of this file.
5 #ifndef CCF_COMMON_TEST_DCS_CLIENT_HLP_HPP_H_
6 #define CCF_COMMON_TEST_DCS_CLIENT_HLP_HPP_H_
12 const std::string
DCS_CLIENT_HELP =
"TestApplication [-v] <service URI> <request> <parameters | parameter file>\n -v verbose with debug info.\n <service URI> destination of the request (e.g. zpb.rr://127.0.0.1:12081)\n <request> request to be sent (e.g. Init, Exit, GetStatus, ...)\n <parameters | parameter file> parameters of the request\n";
23 const ctd::param::ParameterSet& parameters);
33 #endif // CCF_COMMON_TEST_DCS_CLIENT_HLP_HPP_H_
std::string SendReqUser(const std::string &request, const ctd::param::ParameterSet ¶meters)
Method to actually send the request and receive the response.
Definition: testDcsClientHelper.cpp:20
const auto STATE_ON_NOT_OP_NOT_READY
Definition: testDcsClientHelper.hpp:14
const std::string DCS_CLIENT_HELP
Definition: testDcsClientHelper.hpp:12
Definition: testComAdptBaseHelper.cpp:10
~DcsClientTest()
Definition: testDcsClientHelper.cpp:16
DcsClientTest()
Definition: testDcsClientHelper.cpp:12
Used to implement CCF Control client applications.
Definition: dcsClient.hpp:30
Definition: testDcsClientHelper.hpp:17