CoreDX DDS Modern C++ API
Public Member Functions | List of all members
dds::sub::NoOpSubscriberListener Class Reference

Derives from the base Subscriber Listener. More...

Inheritance diagram for dds::sub::NoOpSubscriberListener:
Inheritance graph
[legend]
Collaboration diagram for dds::sub::NoOpSubscriberListener:
Collaboration graph
[legend]

Public Member Functions

virtual void on_data_on_readers (Subscriber &)
 Invoked when there is data on any of the DataReaders of this Subscriber. More...
 
- Public Member Functions inherited from dds::sub::NoOpAnyDataReaderListener
virtual void on_requested_deadline_missed (AnyDataReader &, const dds::core::status::RequestedDeadlineMissedStatus &)
 Invoked when the middleware detects that the QoS deadline policy of a DataReader was not satisfied for a data instance.
 
virtual void on_requested_incompatible_qos (AnyDataReader &, const dds::core::status::RequestedIncompatibleQosStatus &)
 Invoked when the middleware detects that a DataReader has requested a QoS policy that was incompatible with that offered by a DataWriter.
 
virtual void on_sample_rejected (AnyDataReader &, const dds::core::status::SampleRejectedStatus &)
 Invoked when the middleware detects that a DataReader has rejected a sample.
 
virtual void on_liveliness_changed (AnyDataReader &, const dds::core::status::LivelinessChangedStatus &)
 Invoked when the middleware detects that the liveliness of a DataWriter, matched to this DataReader has changed (either 'active' or 'inactive').
 
virtual void on_data_available (AnyDataReader &)
 Invoked when the middleware detects that a DataReader has new data or data state information available.
 
virtual void on_subscription_matched (AnyDataReader &, const dds::core::status::SubscriptionMatchedStatus &)
 Invoked when the middleware detects that a DataReader has matched or ceased to be matched with a DataWriter.
 
virtual void on_sample_lost (AnyDataReader &, const dds::core::status::SampleLostStatus &)
 Invoked when the middleware detects that a DataReader has lost a sample (never received).
 

Detailed Description

Derives from the base Subscriber Listener.

It provides 'empty' implementations for each of the listener operations.

Member Function Documentation

◆ on_data_on_readers()

virtual void dds::sub::NoOpSubscriberListener::on_data_on_readers ( Subscriber sub)
inlinevirtual

Invoked when there is data on any of the DataReaders of this Subscriber.

Implements dds::sub::SubscriberListener.


© 2009-2020 Twin Oaks Computing, Inc
Castle Rock, CO 80104
All rights reserved.