Function eCAL::Util::GetTypeName(const std::string&, std::string&)¶
Defined in File ecal_util.h
Function Documentation¶
-
ECAL_API bool
eCAL::Util
::
GetTypeName
(const std::string &topic_name_, std::string &topic_type_)¶ Gets type name of the specified topic.
This function is deprecated with eCAL 5.10. Please use GetTopicTypeName.
- Parameters
topic_name_ – Topic name.
topic_type_ – String to store type name.
- Returns
True if succeeded.