Function eCAL::Registration::GetSubscribedTopicNames#
Defined in File registration.h
Function Documentation#
-
ECAL_API bool eCAL::Registration::GetSubscribedTopicNames(std::set<std::string> &topic_names_)#
Get all names of topics that are being subscribed This is a convenience function. It calls GetSubscriberIDs() and filters by name.
- Parameters:
topic_names_ – Set to store the topic names.