RTI Connext Modern C++ API  Version 6.1.0
dds::sub::AnyDataReaderListener Class Referenceabstract

The listener to notify status changes for a dds::sub::DataReader of a generic type. More...

#include <dds/sub/AnyDataReaderListener.hpp>

Inheritance diagram for dds::sub::AnyDataReaderListener:
dds::sub::SubscriberListener dds::domain::DomainParticipantListener dds::sub::NoOpSubscriberListener dds::domain::NoOpDomainParticipantListener dds::domain::NoOpDomainParticipantListener

Public Member Functions

virtual void on_requested_deadline_missed (AnyDataReader &the_reader, const dds::core::status::RequestedDeadlineMissedStatus &status)=0
 Handles the dds::core::status::RequestedDeadlineMissedStatus status. More...
 
virtual void on_requested_incompatible_qos (AnyDataReader &the_reader, const dds::core::status::RequestedIncompatibleQosStatus &status)=0
 Handles the dds::core::status::RequestedIncompatibleQosStatus status. More...
 
virtual void on_sample_rejected (AnyDataReader &the_reader, const dds::core::status::SampleRejectedStatus &status)=0
 Handles the dds::core::status::SampleRejectedStatus status. More...
 
virtual void on_liveliness_changed (AnyDataReader &the_reader, const dds::core::status::LivelinessChangedStatus &status)=0
 Handles the dds::core::status::LivelinessChangedStatus status. More...
 
virtual void on_data_available (AnyDataReader &the_reader)=0
 Handles the dds::core::status::DataAvailableStatus status. More...
 
virtual void on_subscription_matched (AnyDataReader &the_reader, const dds::core::status::SubscriptionMatchedStatus &status)=0
 Handles the dds::core::status::SubscriptionMatchedStatus status. More...
 
virtual void on_sample_lost (AnyDataReader &the_reader, const dds::core::status::SampleLostStatus &status)=0
 Handles the dds::core::status::SampleLostStatus status. More...
 

Detailed Description

The listener to notify status changes for a dds::sub::DataReader of a generic type.

This class is only intended to act as the base of SubscriberListener.

See also
DataReaderListener
SubscriberListener

Member Function Documentation

◆ on_requested_deadline_missed()

virtual void dds::sub::AnyDataReaderListener::on_requested_deadline_missed ( AnyDataReader the_reader,
const dds::core::status::RequestedDeadlineMissedStatus status 
)
pure virtual

◆ on_requested_incompatible_qos()

virtual void dds::sub::AnyDataReaderListener::on_requested_incompatible_qos ( AnyDataReader the_reader,
const dds::core::status::RequestedIncompatibleQosStatus status 
)
pure virtual

◆ on_sample_rejected()

virtual void dds::sub::AnyDataReaderListener::on_sample_rejected ( AnyDataReader the_reader,
const dds::core::status::SampleRejectedStatus status 
)
pure virtual

◆ on_liveliness_changed()

virtual void dds::sub::AnyDataReaderListener::on_liveliness_changed ( AnyDataReader the_reader,
const dds::core::status::LivelinessChangedStatus status 
)
pure virtual

◆ on_data_available()

virtual void dds::sub::AnyDataReaderListener::on_data_available ( AnyDataReader the_reader)
pure virtual

Handles the dds::core::status::DataAvailableStatus status.

Implemented in dds::domain::NoOpDomainParticipantListener, and dds::sub::NoOpSubscriberListener.

◆ on_subscription_matched()

virtual void dds::sub::AnyDataReaderListener::on_subscription_matched ( AnyDataReader the_reader,
const dds::core::status::SubscriptionMatchedStatus status 
)
pure virtual

◆ on_sample_lost()

virtual void dds::sub::AnyDataReaderListener::on_sample_lost ( AnyDataReader the_reader,
const dds::core::status::SampleLostStatus status 
)
pure virtual