Function eCAL::Util::GetTopicDescription(const std::string&)#
Defined in File ecal_util.h
Function Documentation#
-
ECAL_API std::string eCAL::Util::GetTopicDescription(const std::string &topic_name_)#
Gets description of the specified topic.
- Deprecated:
Please use the method bool GetTopicDataTypeInformation(const std::string& topic_name_, SDataTypeInformation& topic_info_) instead. You can extract the descriptor from the STopicInformation variable. This function will be removed in future eCAL versions.
- Parameters:
topic_name_ – Topic name.
- Returns:
Topic description.