Function ecal_get_type_name¶
Defined in File ecal_clang.h
Function Documentation¶
-
ECAL_API bool
ecal_get_type_name
(const char *topic_name_, const char **topic_type_, int *topic_type_len_)¶ Gets type name of the specified topic.
- Return
True if succeeded.
- Parameters
topic_name_
: Topic name.[out] topic_type_
: Pointer to store the type name information.[out] topic_type_len_
: Length of allocated buffer, eCAL is allocating the buffer for you, use ecal_free_mem to free the buffer finally.