Cyclone ISO C++ API Reference Guide
|
AnyTopic events Listener. More...
#include "AnyTopicListener.hpp"
Inherits dds::topic::AnyTopicListener.
Inherited by dds::domain::NoOpDomainParticipantListener [virtual]
.
Public Member Functions | |
virtual void | on_inconsistent_topic (AnyTopic &topic, const dds::core::status::InconsistentTopicStatus &status)=0 |
AnyTopic events Listener.
This listener is just like AnyTopicListener, except that the application doesn't have to implement all operations.
This class is used as a base for other listeners and is not used on its own.
Definition at line 73 of file AnyTopicListener.hpp.
|
pure virtualinherited |
This operation is called by the Data Distribution Service when the InconsistentTopicStatus changes.
The implementation may be left empty when this functionality is not needed. This operation will only be called when the relevant TopicListener is installed and enabled with the StatusMask::inconsistent_topic(). The InconsistentTopicStatus will change when another Topic exists with the same topic_name but different characteristics.
topic | contain a pointer to the Topic on which the conflict occurred (this is an input to the application). |
status | contain the InconsistentTopicStatus object (this is an input to the application). |