CoreDX DDS C Reference Manual
Related Functions | List of all members
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

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.

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-2017 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.