Skip to content

Commit

Permalink
Refs #20493: Update docs with new XML schema
Browse files Browse the repository at this point in the history
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
  • Loading branch information
cferreiragonz committed Mar 5, 2024
1 parent 9c7ece9 commit 4b4b484
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 17 deletions.
12 changes: 3 additions & 9 deletions code/XMLTester.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1302,9 +1302,7 @@

<useBuiltinTransports>false</useBuiltinTransports>

<builtinTransports>
<mode>DEFAULT</mode>
</builtinTransports>
<builtinTransports>DEFAULT</builtinTransports>

<propertiesPolicy>
<!-- PROPERTIES_POLICY -->
Expand Down Expand Up @@ -3898,9 +3896,7 @@
-->
<participant profile_name="large_data_builtin_transports" is_default_profile="true">
<rtps>
<builtinTransports>
<mode>LARGE_DATA</mode>
</builtinTransports>
<builtinTransports>LARGE_DATA</builtinTransports>
</rtps>
</participant>
<!--
Expand All @@ -3917,9 +3913,7 @@
-->
<participant profile_name="large_data_builtin_transports_options" is_default_profile="true">
<rtps>
<builtinTransports max_msg_size="200KB" sockets_size="200KB" non_blocking="true" tcp_negotiation_timeout="50">
<mode>LARGE_DATA</mode>
</builtinTransports>
<builtinTransports max_msg_size="200KB" sockets_size="200KB" non_blocking="true" tcp_negotiation_timeout="50">LARGE_DATA</builtinTransports>
</rtps>
</participant>
<!--
Expand Down
4 changes: 1 addition & 3 deletions code/XMLTesterExample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,7 @@

<useBuiltinTransports>false</useBuiltinTransports>

<builtinTransports max_msg_size="50KB" sockets_size="50KB" non_blocking="false">
<mode>DEFAULT</mode>
</builtinTransports>
<builtinTransports max_msg_size="50KB" sockets_size="50KB" non_blocking="false">DEFAULT</builtinTransports>

<propertiesPolicy>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion docs/fastdds/transport/tcp/tcp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Builtin Transports can be configured using the ``FASTDDS_BUILTIN_TRANSPORTS`` en
:language: xml
:start-after: <!-->LARGE_DATA_BUILTIN_TRANSPORTS<-->
:end-before: <!--><-->
:lines: 2-4, 6-15, 17-18
:lines: 2-4, 6-13, 15-16

.. tab:: C++

Expand Down
2 changes: 1 addition & 1 deletion docs/fastdds/troubleshooting/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ issues.
:language: xml
:start-after: <!-->LARGE_DATA_BUILTIN_TRANSPORTS<-->
:end-before: <!--><-->
:lines: 2-4, 6-15, 17-18
:lines: 2-4, 6-13, 15-16

.. tab:: C++

Expand Down
2 changes: 1 addition & 1 deletion docs/fastdds/use_cases/tcp/tcp_large_data_with_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following snippets show how to configure the ``LARGE_DATA`` mode:
:language: xml
:start-after: <!-->LARGE_DATA_BUILTIN_TRANSPORTS_OPTIONS<-->
:end-before: <!--><-->
:lines: 2-4, 6-12, 14-15
:lines: 2-4, 6-10, 12-13

.. tab:: C++

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The ``LARGE_DATA`` mode can be set using the ``FASTDDS_BUILTIN_TRANSPORTS`` envi
:language: xml
:start-after: <!-->LARGE_DATA_BUILTIN_TRANSPORTS<-->
:end-before: <!--><-->
:lines: 2-4, 6-15, 17-18
:lines: 2-4, 6-13, 15-16

.. tab:: C++

Expand Down
2 changes: 1 addition & 1 deletion docs/fastdds/xml_configuration/domainparticipant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ These elements allow the user to define the DomainParticipant configuration.
:language: xml
:start-after: <!-->XML-PARTICIPANT<-->
:end-before: <!--><-->
:lines: 2-4, 6-128, 130-131
:lines: 2-4, 6-126, 128-129

.. note::

Expand Down

0 comments on commit 4b4b484

Please sign in to comment.