Skip to content

Commit d676496

Browse files
Add missing field to xsd (#5983) (#5994)
(cherry picked from commit cda9791) Signed-off-by: cferreiragonz <[email protected]> Co-authored-by: Carlos Ferreira González <[email protected]>
1 parent 09f8242 commit d676496

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

resources/xsd/fastdds_profiles.xsd

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -915,14 +915,14 @@
915915
├ receiveBufferSize [uint32],
916916
├ maxMessageSize [uint32],
917917
├ maxInitialPeersRange [uint32],
918-
├ interfaceWhiteList [0~*], (NOT available for SHM type)
918+
├ interfaceWhiteList [0~*], (NOT available for SHM type)
919919
| └ address [ipv4Address|ipv6Address]
920920
| └ interface [string]
921-
├ netmask_filter [string] ("OFF", "AUTO", "ON"), (NOT available for SHM type)
922-
├ interfaces [interfacesType], (NOT available for SHM type)
923-
├ TTL [uint8], (ONLY available for UDP type)
924-
├ non_blocking_send [boolean], (NOT available for SHM type)
925-
├ output_port [uint16], (ONLY available for UDP type)
921+
├ netmask_filter [string] ("OFF", "AUTO", "ON"), (NOT available for SHM type)
922+
├ interfaces [interfacesType], (NOT available for SHM type)
923+
├ TTL [uint8], (ONLY available for UDP type)
924+
├ non_blocking_send [boolean], (NOT available for SHM type)
925+
├ output_port [uint16], (ONLY available for UDP type)
926926
├ wan_addr [ipv4AddressFormat], (ONLY available for TCPv4 type)
927927
├ keep_alive_frequency_ms [uint32], (ONLY available for TCP type)
928928
├ keep_alive_timeout_ms [uint32], (ONLY available for TCP type)
@@ -935,15 +935,16 @@
935935
├ calculate_crc [bool], (ONLY available for TCP type)
936936
├ check_crc [bool], (ONLY available for TCP type)
937937
├ enable_tcp_nodelay [bool], (ONLY available for TCP type)
938+
├ tcp_negotiation_timeout [uint32], (ONLY available for TCP type)
938939
├ keep_alive_thread [threadSettingsType], (ONLY available for TCP type)
939940
├ accept_thread [threadSettingsType], (ONLY available for TCP type)
940-
├ segment_size [uint32], (ONLY available for SHM type)
941-
├ port_queue_capacity [uint32], (ONLY available for SHM type)
942-
├ healthy_check_timeout_ms [uint32], (ONLY available for SHM type)
943-
├ rtps_dump_file [string] (ONLY available for SHM type)
941+
├ segment_size [uint32], (ONLY available for SHM type)
942+
├ port_queue_capacity [uint32], (ONLY available for SHM type)
943+
├ healthy_check_timeout_ms [uint32], (ONLY available for SHM type)
944+
├ rtps_dump_file [string] (ONLY available for SHM type)
944945
├ default_reception_threads [threadSettingsType]
945-
├ reception_threads [receptionThreadsListType] (ONLY available for SHM type)
946-
└ dump_thread [threadSettingsType] (ONLY available for SHM type) -->
946+
├ reception_threads [receptionThreadsListType] (ONLY available for SHM type)
947+
└ dump_thread [threadSettingsType] (ONLY available for SHM type) -->
947948
<!-- TODO: How to ensure all elements are declared properly (UDP only, TCP only, etc...)? -->
948949
<xs:complexType name="transportDescriptorType">
949950
<xs:all minOccurs="0">

0 commit comments

Comments
 (0)