4#ifndef CCF_COMMON_TEST_DCS_CLIENT_HLP_HPP_H_
5#define CCF_COMMON_TEST_DCS_CLIENT_HLP_HPP_H_
11 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";
22 const ifw::core::utils::param::ParameterSet& parameters);
Used to implement CCF Control client applications.
Definition dcsClient.hpp:32
Definition testDcsClientHelper.hpp:16
DcsClientTest()
Definition testDcsClientHelper.cpp:11
~DcsClientTest()
Definition testDcsClientHelper.cpp:15
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:19
Definition testComAdptBaseHelper.cpp:10
const std::string DCS_CLIENT_HELP
Definition testDcsClientHelper.hpp:11
const auto STATE_ON_NOT_OP_NOT_READY
Definition testDcsClientHelper.hpp:13