CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
DDS_TopicDescription Struct Reference

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.
 

Detailed Description

DDS_TopicDescription is an abstract 'class' that provides the foundation for DDS_Topic, DDS_ContentFilteredTopic, and DDS_MultiTopic.

Friends And Related Function Documentation

◆ DDS_TopicDescription_get_name()

const char * DDS_TopicDescription_get_name ( DDS_TopicDescription  td)
related

This operation returns topic name of the provided DDS_TopicDescription.

The returned string is owned by the TopicDescription, do not free it.

◆ DDS_TopicDescription_get_type_name()

const char * DDS_TopicDescription_get_type_name ( DDS_TopicDescription  td)
related

This operation returns type_name of the provided DDS_TopicDescription.

The returned string is owned by the TopicDescription, do not free it.


© 2009-2020 Twin Oaks Computing, Inc
Castle Rock, CO 80104
All rights reserved.