Fast DDS  Version 3.1.2
Fast DDS
Loading...
Searching...
No Matches
TopicListener Class Reference

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

#include <TopicListener.hpp>

Inheritance diagram for TopicListener:

Public Member Functions

 TopicListener ()
 Constructor.
 
virtual ~TopicListener ()
 Destructor.
 
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.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ TopicListener()

TopicListener ( )
inline

Constructor.

◆ ~TopicListener()

virtual ~TopicListener ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ on_inconsistent_topic()

virtual void on_inconsistent_topic ( Topic topic,
InconsistentTopicStatus  status 
)
inlinevirtual

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
statusThe inconsistent topic status

The documentation for this class was generated from the following file: