Skip to content

Commit

Permalink
Remove warning no longer applying (#441)
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
(cherry picked from commit 5161eb1)

Co-authored-by: José Luis Bueno López <[email protected]>
  • Loading branch information
mergify[bot] and JLBuenoLopez authored Jan 17, 2023
1 parent f5e11d4 commit 8da24f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ Callbacks that are not overridden will maintain their empty implementation.
It will be called for each deadline period and data instance for which the
DataWriter failed to provide data.

.. warning::
Currently *on_offered_deadline_missed* is not implemented (it will never be called), and will be implemented
on a future release of Fast DDS.

* |DataWriterListener::on_offered_incompatible_qos-api|: The DataWriter has found a
DataReader that matches the Topic and has
a common partition, but with a requested QoS that is incompatible with the one defined on the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ DataReaderListener defines the following callbacks:
It will be called for each deadline period and data instance for which the
DataReader missed data.

.. warning::
Currently
|DataReaderListener::on_requested_deadline_missed-api|
is not implemented (it will never be called), and will be implemented on a future release of Fast DDS.

* |DataReaderListener::on_requested_incompatible_qos-api|:
The DataReader has found a
DataWriter that matches the Topic and has
Expand Down

0 comments on commit 8da24f5

Please sign in to comment.