Function eCAL::Registration::GetServerMethodNames

Function eCAL::Registration::GetServerMethodNames#

Function Documentation#

ECAL_API bool eCAL::Registration::GetServerMethodNames(std::set<SServiceMethod> &server_method_names_)#

Get the pairs of service name / method name of all eCAL Servers.

Parameters:

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