CoreDX DDS Modern C++ API
List of all members
dds::pub::PublisherListener Class Reference

The base listener that can be associated with a Publisher. More...

Inheritance diagram for dds::pub::PublisherListener:
Inheritance graph
[legend]
Collaboration diagram for dds::pub::PublisherListener:
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
 

Detailed Description

The base listener that can be associated with a Publisher.


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