CoreDX DDS Modern C++ API
List of all members
dds::domain::NoOpDomainParticipantListener Class Reference

This listener can be associated with a DomainParticipant to catch notifications on any contained entities. More...

Inheritance diagram for dds::domain::NoOpDomainParticipantListener:
Inheritance graph
[legend]
Collaboration diagram for dds::domain::NoOpDomainParticipantListener:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from dds::pub::NoOpAnyDataWriterListener
virtual void on_offered_deadline_missed (dds::pub::AnyDataWriter &, const dds::core::status::OfferedDeadlineMissedStatus &)
 invoked when it is detected that the writer has missed its deadline
 
virtual void on_offered_incompatible_qos (dds::pub::AnyDataWriter &, const dds::core::status::OfferedIncompatibleQosStatus &)
 invoked when it is detected that the writer has failed to match with a discovered peer based on a QoS incompatibility
 
virtual void on_liveliness_lost (dds::pub::AnyDataWriter &, const dds::core::status::LivelinessLostStatus &)
 invoked when it is detected that the writer has lost liveliness
 
virtual void on_publication_matched (dds::pub::AnyDataWriter &, const dds::core::status::PublicationMatchedStatus &)
 invoked when it is detected that the writer has matched (or unmatched) with a peer reader
 
- Public Member Functions inherited from dds::sub::NoOpSubscriberListener
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).
 
- Public Member Functions inherited from dds::topic::NoOpAnyTopicListener
virtual void on_inconsistent_topic (AnyTopic &, const dds::core::status::InconsistentTopicStatus &)
 Invoked when the middleware detects another instance of a Topic with an inconsitent type.
 

Detailed Description

This listener can be associated with a DomainParticipant to catch notifications on any contained entities.

It provides 'empty' implementations for all of the listener operations. It is helpful when an application wants to override only a subset of all the listener operations.


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