CoreDX DDS C# Reference Manual
Public Member Functions | List of all members
TopicDescription Interface Reference
Inheritance diagram for TopicDescription:
ContentFilteredTopic MultiTopic Topic

Public Member Functions

DomainParticipant get_participant ()
 
String get_type_name ()
 
String get_name ()
 

Detailed Description

TopicDescription is an interface that provides the foundation for Topic, ContentFilteredTopic, and MultiTopic.

Member Function Documentation

String get_name ( )

This operation returns topic_name of the Topic.

Implemented in MultiTopic, ContentFilteredTopic, and Topic.

DomainParticipant get_participant ( )

This operation returns the parent DomainParticipant of the Topic.

Implemented in MultiTopic, ContentFilteredTopic, and Topic.

String get_type_name ( )

This operation returns type_name of the Topic.

Implemented in MultiTopic, ContentFilteredTopic, and Topic.


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