Function eCAL::Util::GetServiceTypeNames

Function eCAL::Util::GetServiceTypeNames#

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.