19#ifndef FASTDDS_DDS_SUBSCRIBER__SUBSCRIBERLISTENER_HPP
20#define FASTDDS_DDS_SUBSCRIBER__SUBSCRIBERLISTENER_HPP
22#include <fastdds/dds/core/status/DeadlineMissedStatus.hpp>
23#include <fastdds/dds/core/status/LivelinessChangedStatus.hpp>
24#include <fastdds/dds/core/status/SubscriptionMatchedStatus.hpp>
25#include <fastdds/dds/subscriber/DataReaderListener.hpp>
26#include <fastdds/fastdds_dll.hpp>
Class DataReaderListener, it should be used by the end user to implement specific callbacks to certai...
Definition DataReaderListener.hpp:41
Class Subscriber, contains the public API that allows the user to control the reception of messages.
Definition Subscriber.hpp:66
Class SubscriberListener, it should be used by the end user to implement specific callbacks to certai...
Definition SubscriberListener.hpp:41
FASTDDS_EXPORTED_API SubscriberListener()
Constructor.
Definition SubscriberListener.hpp:47
virtual FASTDDS_EXPORTED_API ~SubscriberListener()
Destructor.
Definition SubscriberListener.hpp:54
virtual FASTDDS_EXPORTED_API void on_data_on_readers(Subscriber *sub)
Virtual function to be implemented by the user containing the actions to be performed when a new Data...
Definition SubscriberListener.hpp:64
Definition DomainParticipant.hpp:45