Function eCAL::Util::GetTopicDescription(const std::string&, std::string&)#

Function Documentation#

ECAL_API bool eCAL::Util::GetTopicDescription(const std::string &topic_name_, std::string &topic_desc_)#

Gets description of the specified topic.

Parameters
  • topic_name_ – Topic name.

  • topic_desc_ – String to store description.

Returns

True if succeeded.