RTI Connext C++ API
Version 5.1.0
|
<<interface>> DDSListener for DDSTopic entities. More...
Public Member Functions | |
virtual void | on_inconsistent_topic (DDSTopic *topic, const DDS_InconsistentTopicStatus &status) |
Handle the DDS_INCONSISTENT_TOPIC_STATUS status. | |
<<interface>> DDSListener for DDSTopic entities.
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.
|
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.