Skip to content

Commit 28529b7

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

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

resources/xsd/fastRTPS_profiles.xsd

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -869,14 +869,14 @@
869869
├ receiveBufferSize [uint32],
870870
├ maxMessageSize [uint32],
871871
├ maxInitialPeersRange [uint32],
872-
├ interfaceWhiteList [0~*], (NOT available for SHM type)
872+
├ interfaceWhiteList [0~*], (NOT available for SHM type)
873873
| └ address [ipv4Address|ipv6Address]
874874
| └ interface [string]
875-
├ netmask_filter [string] ("OFF", "AUTO", "ON"), (NOT available for SHM type)
876-
├ interfaces [interfacesType], (NOT available for SHM type)
877-
├ TTL [uint8], (ONLY available for UDP type)
878-
├ non_blocking_send [boolean], (NOT available for SHM type)
879-
├ output_port [uint16], (ONLY available for UDP type)
875+
├ netmask_filter [string] ("OFF", "AUTO", "ON"), (NOT available for SHM type)
876+
├ interfaces [interfacesType], (NOT available for SHM type)
877+
├ TTL [uint8], (ONLY available for UDP type)
878+
├ non_blocking_send [boolean], (NOT available for SHM type)
879+
├ output_port [uint16], (ONLY available for UDP type)
880880
├ wan_addr [ipv4AddressFormat], (ONLY available for TCPv4 type)
881881
├ keep_alive_frequency_ms [uint32], (ONLY available for TCP type)
882882
├ keep_alive_timeout_ms [uint32], (ONLY available for TCP type)
@@ -889,15 +889,16 @@
889889
├ calculate_crc [bool], (ONLY available for TCP type)
890890
├ check_crc [bool], (ONLY available for TCP type)
891891
├ enable_tcp_nodelay [bool], (ONLY available for TCP type)
892+
├ tcp_negotiation_timeout [uint32], (ONLY available for TCP type)
892893
├ keep_alive_thread [threadSettingsType], (ONLY available for TCP type)
893894
├ accept_thread [threadSettingsType], (ONLY available for TCP type)
894-
├ segment_size [uint32], (ONLY available for SHM type)
895-
├ port_queue_capacity [uint32], (ONLY available for SHM type)
896-
├ healthy_check_timeout_ms [uint32], (ONLY available for SHM type)
897-
├ rtps_dump_file [string] (ONLY available for SHM type)
895+
├ segment_size [uint32], (ONLY available for SHM type)
896+
├ port_queue_capacity [uint32], (ONLY available for SHM type)
897+
├ healthy_check_timeout_ms [uint32], (ONLY available for SHM type)
898+
├ rtps_dump_file [string] (ONLY available for SHM type)
898899
├ default_reception_threads [threadSettingsType]
899-
├ reception_threads [receptionThreadsListType] (ONLY available for SHM type)
900-
└ dump_thread [threadSettingsType] (ONLY available for SHM type) -->
900+
├ reception_threads [receptionThreadsListType] (ONLY available for SHM type)
901+
└ dump_thread [threadSettingsType] (ONLY available for SHM type) -->
901902
<!-- TODO: How to ensure all elements are declared properly (UDP only, TCP only, etc...)? -->
902903
<xs:complexType name="transportDescriptorType">
903904
<xs:all minOccurs="0">

0 commit comments

Comments
 (0)