CoreDX DDS C++ Reference Manual
Public Member Functions | List of all members
DDS::TopicDescription Class Reference

TopicDescription is an abstract 'class' that provides the foundation for Topic, ContentFilteredTopic, and MultiTopic. More...

Inheritance diagram for DDS::TopicDescription:
DDS::ContentFilteredTopic DDS::Topic

Public Member Functions

virtual DomainParticipantget_participant ()
 This operation returns DomainParticipant that owns the TopicDescription.
 
virtual const char * get_type_name ()
 This operation returns type_name of the provided TopicDescription. More...
 
virtual const char * get_name ()
 This operation returns topic name of the provided TopicDescription. More...
 

Detailed Description

TopicDescription is an abstract 'class' that provides the foundation for Topic, ContentFilteredTopic, and MultiTopic.

Member Function Documentation

virtual const char* DDS::TopicDescription::get_name ( )
virtual

This operation returns topic name of the provided TopicDescription.

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

Reimplemented in DDS::ContentFilteredTopic, and DDS::Topic.

virtual const char* DDS::TopicDescription::get_type_name ( )
virtual

This operation returns type_name of the provided TopicDescription.

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

Reimplemented in DDS::ContentFilteredTopic, and DDS::Topic.


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