CoreDX DDS Modern C++ API
Public Member Functions | List of all members
dds::pub::NoOpDataWriterListener< T > Class Template Reference

Derives from the base type specific DataWriterListener. More...

Inheritance diagram for dds::pub::NoOpDataWriterListener< T >:
Inheritance graph
[legend]
Collaboration diagram for dds::pub::NoOpDataWriterListener< T >:
Collaboration graph
[legend]

Public Member Functions

virtual void on_offered_deadline_missed (dds::pub::DataWriter< T > &, const dds::core::status::OfferedDeadlineMissedStatus &)
 invoked when it is detected that the writer has missed its deadline More...
 
virtual void on_offered_incompatible_qos (dds::pub::DataWriter< T > &, 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 More...
 
virtual void on_liveliness_lost (dds::pub::DataWriter< T > &, const dds::core::status::LivelinessLostStatus &)
 invoked when it is detected that the writer has lost liveliness More...
 
virtual void on_publication_matched (dds::pub::DataWriter< T > &, const dds::core::status::PublicationMatchedStatus &)
 invoked when it is detected that the writer has matched (or unmatched) with a peer reader More...
 

Detailed Description

template<typename T>
class dds::pub::NoOpDataWriterListener< T >

Derives from the base type specific DataWriterListener.

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

Member Function Documentation

◆ on_liveliness_lost()

template<typename T >
virtual void dds::pub::NoOpDataWriterListener< T >::on_liveliness_lost ( dds::pub::DataWriter< T > &  writer,
const dds::core::status::LivelinessLostStatus status 
)
inlinevirtual

invoked when it is detected that the writer has lost liveliness

Implements dds::pub::DataWriterListener< T >.

◆ on_offered_deadline_missed()

template<typename T >
virtual void dds::pub::NoOpDataWriterListener< T >::on_offered_deadline_missed ( dds::pub::DataWriter< T > &  writer,
const dds::core::status::OfferedDeadlineMissedStatus status 
)
inlinevirtual

invoked when it is detected that the writer has missed its deadline

Implements dds::pub::DataWriterListener< T >.

◆ on_offered_incompatible_qos()

template<typename T >
virtual void dds::pub::NoOpDataWriterListener< T >::on_offered_incompatible_qos ( dds::pub::DataWriter< T > &  writer,
const dds::core::status::OfferedIncompatibleQosStatus status 
)
inlinevirtual

invoked when it is detected that the writer has failed to match with a discovered peer based on a QoS incompatibility

Implements dds::pub::DataWriterListener< T >.

◆ on_publication_matched()

template<typename T >
virtual void dds::pub::NoOpDataWriterListener< T >::on_publication_matched ( dds::pub::DataWriter< T > &  writer,
const dds::core::status::PublicationMatchedStatus status 
)
inlinevirtual

invoked when it is detected that the writer has matched (or unmatched) with a peer reader

Implements dds::pub::DataWriterListener< T >.


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