![]() |
CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
|
DDS_TopicDescription is an abstract 'class' that provides the foundation for DDS_Topic, DDS_ContentFilteredTopic, and DDS_MultiTopic. More...
Related Functions | |
(Note that these are not member functions.) | |
const char * | DDS_TopicDescription_get_type_name (DDS_TopicDescription td) |
This operation returns type_name of the provided DDS_TopicDescription. More... | |
const char * | DDS_TopicDescription_get_name (DDS_TopicDescription td) |
This operation returns topic name of the provided DDS_TopicDescription. More... | |
DDS_DomainParticipant | DDS_TopicDescription_get_participant (DDS_TopicDescription td) |
This operation returns DDS_DomainParticipant that owns the DDS_TopicDescription. | |
DDS_TopicDescription is an abstract 'class' that provides the foundation for DDS_Topic, DDS_ContentFilteredTopic, and DDS_MultiTopic.
|
related |
This operation returns topic name of the provided DDS_TopicDescription.
The returned string is owned by the TopicDescription, do not free it.
|
related |
This operation returns type_name of the provided DDS_TopicDescription.
The returned string is owned by the TopicDescription, do not free it.