Function eCAL::Registration::GetClientMethodNames

Function eCAL::Registration::GetClientMethodNames#

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) }).