#include <managed_topic.h>

Public Member Functions | |
| virtual void | on_inconsistent_topic (Topic^ topic, InconsistentTopicStatus% status) override |
| Handle the DDS::StatusKind::INCONSISTENT_TOPIC_STATUS status. | |
| virtual void DDS::TopicListener::on_inconsistent_topic | ( | Topic^ | topic, | |
| InconsistentTopicStatus% | status | |||
| ) | [pure virtual] |
Handle the DDS::StatusKind::INCONSISTENT_TOPIC_STATUS status.
This callback is called when a remote DDS::Topic is discovered but is inconsistent with the locally created DDS::Topic of the same topic name.
| topic | <<out>> Locally created DDS::Topic that triggers the listener callback | |
| status | <<out>> Current inconsistent status of locally created DDS::Topic |
Implemented in DDS::DomainParticipantListener.