From bd40fc1546319d15e65a8fe6bc544958feb195f9 Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Fri, 30 Jul 2021 10:22:51 +0200 Subject: [PATCH] Remove unsupported warning on deadline statuses (#271) * Remove unsupported warning on deadline statuses Signed-off-by: Miguel Company * Apply suggestions from code review Signed-off-by: Miguel Company Co-authored-by: Eduardo Ponz Segrelles Co-authored-by: Eduardo Ponz Segrelles --- docs/fastdds/dds_layer/core/status/status.rst | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/fastdds/dds_layer/core/status/status.rst b/docs/fastdds/dds_layer/core/status/status.rst index 9075f3ca2..44f42824c 100644 --- a/docs/fastdds/dds_layer/core/status/status.rst +++ b/docs/fastdds/dds_layer/core/status/status.rst @@ -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 @@ -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 @@ -690,4 +676,3 @@ List of status data members: If no matching ever happened, it will have value |c_InstanceHandle_Unknown-api|. -