CoreDX DDS
C Reference Manual

DDS_TopicDescription Struct Reference
[DDS Entities]

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

List of all members.

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.
const char * DDS_TopicDescription_get_name (DDS_TopicDescription td)
 This operation returns topic name of the provided DDS_TopicDescription.
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.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© 2009-2013 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.