CoreDX DDS Modern C++ API
Public Member Functions | List of all members
dds::pub::AnyDataWriterListener Class Referenceabstract

Base for the base un-typed AnyDataWriterListener. More...

Inheritance diagram for dds::pub::AnyDataWriterListener:
Inheritance graph
[legend]

Public Member Functions

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

Base for the base un-typed AnyDataWriterListener.

Provides an 'empty' implementation for all the listener operations.


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