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

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

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

Additional Inherited Members

- Public Member Functions inherited from dds::pub::AnyDataWriterListener
virtual void on_offered_deadline_missed (dds::pub::AnyDataWriter &writer, const dds::core::status::OfferedDeadlineMissedStatus &status)=0
 invoked when it is detected that the writer has missed its deadline
 
virtual void on_offered_incompatible_qos (dds::pub::AnyDataWriter &writer, const dds::core::status::OfferedIncompatibleQosStatus &status)=0
 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 &writer, const dds::core::status::LivelinessLostStatus &status)=0
 invoked when it is detected that the writer has lost liveliness
 
virtual void on_publication_matched (dds::pub::AnyDataWriter &writer, const dds::core::status::PublicationMatchedStatus &status)=0
 invoked when it is detected that the writer has matched (or unmatched) with a peer reader
 
- Public Member Functions inherited from dds::sub::SubscriberListener
virtual void on_data_on_readers (Subscriber &sub)=0
 Invoked when there is data on any of the DataReaders of this Subscriber. More...
 
- Public Member Functions inherited from dds::sub::AnyDataReaderListener
virtual void on_requested_deadline_missed (AnyDataReader &the_reader, const dds::core::status::RequestedDeadlineMissedStatus &status)=0
 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 &the_reader, const dds::core::status::RequestedIncompatibleQosStatus &status)=0
 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 &the_reader, const dds::core::status::SampleRejectedStatus &status)=0
 Invoked when the middleware detects that a DataReader has rejected a sample.
 
virtual void on_liveliness_changed (AnyDataReader &the_reader, const dds::core::status::LivelinessChangedStatus &status)=0
 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 &the_reader)=0
 Invoked when the middleware detects that a DataReader has new data or data state information available.
 
virtual void on_subscription_matched (AnyDataReader &the_reader, const dds::core::status::SubscriptionMatchedStatus &status)=0
 Invoked when the middleware detects that a DataReader has matched or ceased to be matched with a DataWriter.
 
virtual void on_sample_lost (AnyDataReader &the_reader, const dds::core::status::SampleLostStatus &status)=0
 Invoked when the middleware detects that a DataReader has lost a sample (never received).
 
- Public Member Functions inherited from dds::topic::AnyTopicListener
virtual void on_inconsistent_topic (AnyTopic &topic, const dds::core::status::InconsistentTopicStatus &status)=0
 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.


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