Function eCAL::Registration::GetServerMethodNames#
- Defined in File registration.h 
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:
- server_method_names_ – Set to store the service/method names (Set { (ServiceName, MethodName) }).