RTI Connext Traditional C++ API  Version 5.2.0
 All Classes Functions Variables Typedefs Enumerations Enumerator Groups Pages
DDSTopicListener Class Reference

<<interface>> DDSListener for DDSTopic entities. More...

Inheritance diagram for DDSTopicListener:
DDSListener DDSDomainParticipantListener

Public Member Functions

virtual void on_inconsistent_topic (DDSTopic *topic, const DDS_InconsistentTopicStatus &status)
 Handle the DDS_INCONSISTENT_TOPIC_STATUS status.
 

Detailed Description

<<interface>> DDSListener for DDSTopic entities.

Entity:
DDSTopic
Status:
DDS_INCONSISTENT_TOPIC_STATUS, DDS_InconsistentTopicStatus

This is the interface that can be implemented by an application-provided class and then registered with the DDSTopic such that the application can be notified by RTI Connext of relevant status changes.

See Also
Status Kinds
DDSListener
DDSTopic::set_listener
Operations Allowed in Listener Callbacks

Member Function Documentation

virtual void DDSTopicListener::on_inconsistent_topic ( DDSTopic topic,
const DDS_InconsistentTopicStatus status 
)
virtual

Handle the DDS_INCONSISTENT_TOPIC_STATUS status.

This callback is called when a remote DDSTopic is discovered but is inconsistent with the locally created DDSTopic of the same topic name.

Parameters
topic<<out>> Locally created DDSTopic that triggers the listener callback
status<<out>> Current inconsistent status of locally created DDSTopic

RTI Connext Traditional C++ API Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc