Class TopicListener

Inheritance Relationships

Derived Types

Class Documentation

class TopicListener

Class TopicListener, it should be used by the end user to implement specific callbacks to certain actions.

Subclassed by dds::topic::TopicListener, eprosima::fastdds::dds::DomainParticipantListener

Public Functions

inline TopicListener()

Constructor.

inline virtual ~TopicListener()

Destructor.

inline virtual void on_inconsistent_topic(Topic *topic, InconsistentTopicStatus status)

Virtual function to be implemented by the user containing the actions to be performed when another topic exists with the same name but different characteristics.

Parameters:
  • topicTopic

  • status – The inconsistent topic status