@@ -40,7 +40,7 @@ The specification defines:
40
40
Fast DDS TSN Implementation
41
41
---------------------------
42
42
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.
44
44
45
45
TSN flow configuration can be set via a mapping between a defined
46
46
:ref: `TransportPriorityQosPolicy <transportpriorityqospolicy >` value and a set of tuple parameters.
@@ -55,12 +55,12 @@ sends.
55
55
Supported transports
56
56
^^^^^^^^^^^^^^^^^^^^
57
57
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:
59
59
60
60
- **UDP Transport Support (UDPv4 / UDPv6) **
61
61
62
62
*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
64
64
while preserving compatibility with existing DDS deployments.
65
65
66
66
In this transport, the tuple parameters (`IPv4Tuple ` / `IPv6Tuple `) are:
@@ -108,7 +108,7 @@ Supported transports
108
108
109
109
- **Ethernet Transport Support **
110
110
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),
112
112
bypassing the TCP/IP stack for reduced latency and direct control over ethernet frames.
113
113
114
114
*Fast DDS * extends the standard `Locator ` class with a new kind for ethernet communication,
@@ -150,7 +150,7 @@ Supported transports
150
150
151
151
.. note ::
152
152
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 ``
154
154
subfolder.
155
155
This script allows to easily dissect packets from this transport in Wireshark.
156
156
For details on installing custom plugins, see the
0 commit comments