19 #ifndef FASTDDS_DDS_TOPIC__TOPICLISTENER_HPP
20 #define FASTDDS_DDS_TOPIC__TOPICLISTENER_HPP
22 #include <fastdds/fastdds_dll.hpp>
23 #include <fastdds/dds/core/status/BaseStatus.hpp>
Class Topic, represents the fact that both publications and subscriptions are tied to a single data-t...
Definition: Topic.hpp:53
Class TopicListener, it should be used by the end user to implement specific callbacks to certain act...
Definition: TopicListener.hpp:37
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 to...
Definition: TopicListener.hpp:61
virtual ~TopicListener()
Destructor.
Definition: TopicListener.hpp:50
TopicListener()
Constructor.
Definition: TopicListener.hpp:43
Definition: DomainParticipant.hpp:46
A struct storing the base status.
Definition: BaseStatus.hpp:30