Skip to content

Commit

Permalink
Remove unsupported warning on deadline statuses (#271)
Browse files Browse the repository at this point in the history
* Remove unsupported warning on deadline statuses

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>

* Apply suggestions from code review

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>

Co-authored-by: Eduardo Ponz Segrelles <eduardoponz@eprosima.com>

Co-authored-by: Eduardo Ponz Segrelles <eduardoponz@eprosima.com>
  • Loading branch information
MiguelCompany and EduPonz authored Jul 30, 2021
1 parent 5e14945 commit bd40fc1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docs/fastdds/dds_layer/core/status/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,13 +264,6 @@ List of status data members:
Handle to the last instance that missed the deadline.
If no deadline was ever missed, it will have value ``c_InstanceHandle_Unknown``.

.. warning::

Currently this status is not supported and will be implemented in future releases.
As a result, trying to access this status will return ``NOT_SUPPORTED``
and the corresponding listener will never be called.


.. _dds_layer_core_status_requestedIncompatibleQosStatus:

RequestedIncompatibleQosStatus
Expand Down Expand Up @@ -583,13 +576,6 @@ List of status data members:
Handle to the last instance that missed the deadline.
If no deadline was ever missed, it will have value |c_InstanceHandle_Unknown-api|.

.. warning::

Currently this status is not supported and will be implemented in future releases.
As a result, trying to access this status will return ``NOT_SUPPORTED``
and the corresponding listener will never be called.


.. _dds_layer_core_status_offeredIncompatibleQosStatus:

OfferedIncompatibleQosStatus
Expand Down Expand Up @@ -690,4 +676,3 @@ List of status data members:
If no matching ever happened, it will have value |c_InstanceHandle_Unknown-api|.



0 comments on commit bd40fc1

Please sign in to comment.