Function eCAL::Util::GetServiceDescription#
Defined in File ecal_util.h
Function Documentation#
-
ECAL_API bool eCAL::Util::GetServiceDescription(const std::string &service_name_, const std::string &method_name_, std::string &req_desc_, std::string &resp_desc_)#
Gets service method request and response descriptions.
- Parameters:
service_name_ – Service name.
method_name_ – Method name.
req_desc_ – String to store request description.
resp_desc_ – String to store response description.
- Returns:
True if succeeded.