12#ifndef RTCKT_TELSUB_DDS_READER_LISTENER_HPP
13#define RTCKT_TELSUB_DDS_READER_LISTENER_HPP
20using namespace rtctk::componentFramework;
35 log4cplus::Logger& m_logger;
45 const RequestedDeadlineMissedStatus& status)
override;
48 const RequestedIncompatibleQosStatus& status)
override;
57 void on_sample_lost(DataReader* reader,
const SampleLostStatus& status)
override;
void on_sample_lost(DataReader *reader, const SampleLostStatus &status) override
void on_requested_deadline_missed(DataReader *reader, const RequestedDeadlineMissedStatus &status) override
void on_sample_rejected(DataReader *reader, const SampleRejectedStatus &status) override
~DdsReaderListener() override=default
void on_requested_incompatible_qos(DataReader *reader, const RequestedIncompatibleQosStatus &status) override
void on_subscription_matched(DataReader *reader, const SubscriptionMatchedStatus &status) override
void on_liveliness_changed(DataReader *reader, const LivelinessChangedStatus &status) override
Declares common DDS class.
Logging Support Library based on log4cplus.