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

Function Documentation#

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

Gets description of the specified topic.

This function is deprecated with eCAL 5.10. Please use GetTopicDataTypeInformation.

Parameters
  • topic_name_ – Topic name.

  • topic_desc_ – String to store description.

Returns

True if succeeded.