Skip to content

Commit 17ca290

Browse files
committed
Refs #23647. Fix pro badges in DDS TSN.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 891e1dc commit 17ca290

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/fastdds/use_cases/tsn/tsn.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The specification defines:
4040
Fast DDS TSN Implementation
4141
---------------------------
4242

43-
*Fast DDS* |Pro| provides the required scaffolding for using DDS over TSN compliant with the OMG specification.
43+
*Fast DDS Pro* provides the required scaffolding for using DDS over TSN compliant with the OMG specification.
4444

4545
TSN flow configuration can be set via a mapping between a defined
4646
:ref:`TransportPriorityQosPolicy <transportpriorityqospolicy>` value and a set of tuple parameters.
@@ -55,12 +55,12 @@ sends.
5555
Supported transports
5656
^^^^^^^^^^^^^^^^^^^^
5757

58-
*Fast DDS* |Pro| currently supports two transports that can be used over TSN-capable networks:
58+
*Fast DDS Pro* currently supports two transports that can be used over TSN-capable networks:
5959

6060
- **UDP Transport Support (UDPv4 / UDPv6)**
6161

6262
*Fast DDS* supports DDSI-RTPS communication over standard POSIX `UDPv4` and `UDPv6` sockets.
63-
*Fast DDS* |Pro| extends these transports to enable seamless operation on TSN-capable networks
63+
*Fast DDS Pro* extends these transports to enable seamless operation on TSN-capable networks
6464
while preserving compatibility with existing DDS deployments.
6565

6666
In this transport, the tuple parameters (`IPv4Tuple` / `IPv6Tuple`) are:
@@ -108,7 +108,7 @@ Supported transports
108108

109109
- **Ethernet Transport Support**
110110

111-
*Fast DDS* |Pro| includes a custom `Ethernet` transport that operates directly at Layer 2 (data link layer),
111+
*Fast DDS Pro* includes a custom `Ethernet` transport that operates directly at Layer 2 (data link layer),
112112
bypassing the TCP/IP stack for reduced latency and direct control over ethernet frames.
113113

114114
*Fast DDS* extends the standard `Locator` class with a new kind for ethernet communication,
@@ -150,7 +150,7 @@ Supported transports
150150

151151
.. note::
152152

153-
The *Fast DDS* |Pro| installation provides a helper file ``rtps_eth.lua`` under the ``share/fastdds``
153+
The *Fast DDS Pro* installation provides a helper file ``rtps_eth.lua`` under the ``share/fastdds``
154154
subfolder.
155155
This script allows to easily dissect packets from this transport in Wireshark.
156156
For details on installing custom plugins, see the

docs/fastdds/use_cases/use_cases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Use-Cases
1010
This section provides configuration examples for the following typical use cases when dealing
1111
with distributed systems:
1212

13-
+ :ref:`use-case-dds-tsn` |Pro|.
13+
+ :ref:`DDS-TSN <use-case-dds-tsn>` |Pro|.
1414
Describes how to configure *Fast DDS* to use DDS over Time-Sensitive Networking (TSN).
1515
This configuration leverages IEEE 802.1 standards to provide deterministic, real-time data delivery
1616
over Ethernet.

0 commit comments

Comments
 (0)