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