7#ifndef CCF_COMMON_TEST_DCS_CLIENT_HLP_HPP_H_
8#define CCF_COMMON_TEST_DCS_CLIENT_HLP_HPP_H_
14 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";
25 const ifw::core::utils::param::ParameterSet& parameters);
Used to implement CCF Control client applications.
Definition dcsClient.hpp:34
DcsClientTest()
Definition testDcsClientHelper.cpp:13
~DcsClientTest()
Definition testDcsClientHelper.cpp:17
std::string SendReqUser(const std::string &request, const ifw::core::utils::param::ParameterSet ¶meters)
Method to actually send the request and receive the response.
Definition testDcsClientHelper.cpp:21
Definition testComAdptBaseHelper.cpp:12
const std::string DCS_CLIENT_HELP
Definition testDcsClientHelper.hpp:14
const auto STATE_ON_NOT_OP_NOT_READY
Definition testDcsClientHelper.hpp:16