Class DataWriterListener, allows the end user to implement callbacks triggered by certain events.
More...
#include <DataWriterListener.hpp>
Class DataWriterListener, allows the end user to implement callbacks triggered by certain events.
◆ DataWriterListener()
◆ ~DataWriterListener()
◆ on_liveliness_lost()
Method called when the liveliness of a DataWriter is lost.
- Parameters
-
writer | Pointer to the associated DataWriter |
status | The liveliness lost status |
◆ on_offered_deadline_missed()
A method called when a deadline is missed.
- Parameters
-
writer | Pointer to the associated DataWriter |
status | The deadline missed status |
◆ on_offered_incompatible_qos()
A method called when an incompatible QoS is offered.
- Parameters
-
writer | Pointer to the associated DataWriter |
status | The deadline missed status |
◆ on_publication_matched()
This method is called when the DataWriter is matched (or unmatched) against an endpoint.
- Parameters
-
◆ on_unacknowledged_sample_removed()
Method called when a sample has been removed unacknowledged.
- Parameters
-
writer | Pointer to the associated DataWriter |
instance | Handle to the instance the sample was removed from |
The documentation for this class was generated from the following file: