Skip to content

Commit

Permalink
Refs #21120. Use expects_inline_qos in XML.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Jun 6, 2024
1 parent 54809d3 commit 32ff83c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion code/StaticTester.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<reader>
<userId>3</userId>
<entityID>4</entityID>
<expectsInlineQos>true</expectsInlineQos>
<expects_inline_qos>true</expects_inline_qos>
<topicName>HelloWorldTopic</topicName>
<topicDataType>HelloWorld</topicDataType>
<topicKind>WITH_KEY</topicKind>
Expand Down
2 changes: 1 addition & 1 deletion code/XMLTester.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@

<ignore_non_matching_locators>true</ignore_non_matching_locators>

<expectsInlineQos>true</expectsInlineQos>
<expects_inline_qos>true</expects_inline_qos>

<historyMemoryPolicy>DYNAMIC</historyMemoryPolicy>

Expand Down
2 changes: 1 addition & 1 deletion code/XMLTesterExample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@
</external_unicast_locators>

<ignore_non_matching_locators>true</ignore_non_matching_locators>
<expectsInlineQos>true</expectsInlineQos>
<expects_inline_qos>true</expects_inline_qos>
<historyMemoryPolicy>DYNAMIC</historyMemoryPolicy>

<propertiesPolicy>
Expand Down
2 changes: 1 addition & 1 deletion docs/fastdds/api_reference/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Endianness
entityId
Enum
eprosima
expectsInlineQos
expects_inline_qos
ExtendedAnnotationParameterValuePubSubType
ExtendedTypeDefnPubSubType
fastdds
Expand Down
2 changes: 1 addition & 1 deletion docs/fastdds/discovery/static.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ A full example of such file can be found in :ref:`static_xml_example`.
- EntityId of the DataReader/DataWriter.
- ``uint16_t``
- 0
* - ``<expectsInlineQos>``
* - ``<expects_inline_qos>``
- It indicates if QOS is expected inline |br|
(DataReader **only**).
- ``bool``
Expand Down
2 changes: 1 addition & 1 deletion docs/fastdds/xml_configuration/datareader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The DataReader configuration is performed through the XML elements listed in the
announced by this DataReader.
- ``bool``
- false
* - ``<expectsInlineQos>``
* - ``<expects_inline_qos>``
- It indicates if QoS is expected inline.
- ``bool``
- ``false``
Expand Down

0 comments on commit 32ff83c

Please sign in to comment.