Function eCAL::Util::GetServiceNames

Function eCAL::Util::GetServiceNames#

Function Documentation#

ECAL_API void eCAL::Util::GetServiceNames(std::vector<std::tuple<std::string, std::string>> &service_method_names_)#

Get all service/method names.

Parameters:

service_method_names_ – Vector to store the service/method tuples (Vector { (ServiceName, MethodName) }).