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

Type specific DataWriter listener. More...

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

Public Member Functions

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

Type specific DataWriter listener.

Member Function Documentation

◆ on_liveliness_lost()

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

invoked when it is detected that the writer has lost liveliness

Implemented in dds::pub::NoOpDataWriterListener< T >.

◆ on_offered_deadline_missed()

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

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

Implemented in dds::pub::NoOpDataWriterListener< T >.

◆ on_offered_incompatible_qos()

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

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

Implemented in dds::pub::NoOpDataWriterListener< T >.

◆ on_publication_matched()

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

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

Implemented in dds::pub::NoOpDataWriterListener< T >.


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