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

Derives from the base un-typed AnyDataWriterListener. More...

Inheritance diagram for dds::pub::NoOpAnyDataWriterListener:
Inheritance graph
[legend]
Collaboration diagram for dds::pub::NoOpAnyDataWriterListener:
Collaboration graph
[legend]

Public Member Functions

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
 

Detailed Description

Derives from 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.