Function eCAL::Util::GetServiceTypeNames¶
Defined in File ecal_util.h
Function Documentation¶
-
ECAL_API bool
eCAL::Util
::
GetServiceTypeNames
(const std::string &service_name_, const std::string &method_name_, std::string &req_type_, std::string &resp_type_)¶ Gets service method request and response type names.
- Parameters
service_name_ – Service name.
method_name_ – Method name.
req_type_ – String to store request type.
resp_type_ – String to store response type.
- Returns
True if succeeded.