From 142f2db4e546481bc46c36156aab7c2d4fabeff5 Mon Sep 17 00:00:00 2001 From: elianalf <62831776+elianalf@users.noreply.github.com> Date: Fri, 5 Apr 2024 13:31:18 +0200 Subject: [PATCH] Refs #20709: Remove RTPSMessageGroup from aliases-api includes Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> --- docs/03-exports/aliases-api.include | 1 - docs/fastdds/statistics/dds_layer/topic_names.rst | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/03-exports/aliases-api.include b/docs/03-exports/aliases-api.include index 01db0ec72..451d7814c 100644 --- a/docs/03-exports/aliases-api.include +++ b/docs/03-exports/aliases-api.include @@ -1032,7 +1032,6 @@ .. |MonitorServiceDataReaderQos-api| replace:: :cpp:class:`MonitorServiceDataReaderQos ` -.. |RTPSMessageGroup| replace:: :cpp:class:`RTPSMessageGroup ` .. |MessageReceiver| replace:: :cpp:class:`MessageReceiver ` .. |WriteParams-api| replace:: :cpp:class:`WriteParams ` diff --git a/docs/fastdds/statistics/dds_layer/topic_names.rst b/docs/fastdds/statistics/dds_layer/topic_names.rst index 0baa9018b..d15004c84 100644 --- a/docs/fastdds/statistics/dds_layer/topic_names.rst +++ b/docs/fastdds/statistics/dds_layer/topic_names.rst @@ -66,8 +66,8 @@ the corresponding user's callback. The ``_fastdds_statistics_network_latency`` statistics topic collects data related with the network latency (expressed in *ns*) between any two communicating locators. This measurement provides information about the transport layer latency. -The measured latency corresponds to the time spent between the message being written in the |RTPSMessageGroup| until the -message being received in the |MessageReceiver|. +The measured latency corresponds to the time spent between the message being written until the message being received +in the |MessageReceiver|. .. important:: In the case of :ref:`transport_tcp_tcp`, the reported latency also includes the time spent on the datagram's CRC