1 #ifndef OMG_DDS_PUB_DATA_WRITER_LISTENER_HPP_ 2 #define OMG_DDS_PUB_DATA_WRITER_LISTENER_HPP_ 101 template <
typename T>
222 template <
typename T>
DataWriter allows the application to set the value of the sample to be published under a given Topic...
virtual void on_liveliness_lost(dds::pub::DataWriter< T > &writer, const dds::core::status::LivelinessLostStatus &status)=0
DataWriter events Listener.
virtual void on_publication_matched(dds::pub::DataWriter< T > &writer, const dds::core::status::PublicationMatchedStatus &status)=0
virtual void on_offered_deadline_missed(dds::pub::DataWriter< T > &writer, const dds::core::status::OfferedDeadlineMissedStatus &status)=0
virtual void on_offered_incompatible_qos(dds::pub::DataWriter< T > &writer, const dds::core::status::OfferedIncompatibleQosStatus &status)=0
DataWriter events Listener.