Function eCAL::Util::GetServiceNames#
Defined in File ecal_util.h
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) }).