Public Member Functions | |
void | on_inconsistent_topic (Topic topic, InconsistentTopicStatus status) |
Handle the StatusKind.INCONSISTENT_TOPIC_STATUS status. |
Clients who do not wish to implement all listener methods can subclass this class and override only the methods of interest.
void on_inconsistent_topic | ( | Topic | topic, | |
InconsistentTopicStatus | status | |||
) |
Handle the StatusKind.INCONSISTENT_TOPIC_STATUS status.
This callback is called when a remote com.rti.dds.topic.Topic is discovered but is inconsistent with the locally created com.rti.dds.topic.Topic of the same topic name.
topic | <<out>> Locally created com.rti.dds.topic.Topic that triggers the listener callback | |
status | <<out>> Current inconsistent status of locally created com.rti.dds.topic.Topic |
Implements TopicListener.