Function ecal_get_type_name

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.

Parameters
  • topic_name_ – Topic name.

  • topic_type_[out] Pointer to store the type name information.

  • topic_type_len_[out] Length of allocated buffer, eCAL is allocating the buffer for you, use ecal_free_mem to free the buffer finally.

Returns

True if succeeded.