Function eCAL::Util::GetTypeName(const std::string&)

Function eCAL::Util::GetTypeName(const std::string&)#

Function Documentation#

ECAL_API std::string eCAL::Util::GetTypeName(const std::string &topic_name_)#

Gets type name of the specified topic.

Deprecated:

Please use the method bool GetTopicDataTypeInformation(const std::string& topic_name_, SDataTypeInformation& topic_info_) instead. You can extract the type information from the members encoding and type of the SDataTypeInformation variable. This function will be removed in future eCAL versions.

Parameters:

topic_name_ – Topic name.

Returns:

Topic type name.