Function eCAL::Registration::GetClientMethodNames#
- Defined in File registration.h 
Function Documentation#
- 
ECAL_API bool eCAL::Registration::GetClientMethodNames(std::set<SServiceMethod> &client_method_names_)#
- Get the pairs of service name / method name of all eCAL Clients. - Parameters:
- client_method_names_ – Set to store the client/method names (Set { (ClientName, MethodName) }).