urn:schemas-cosylab-com:BulkDataNTReceiver:1.0
complexType rtpsWellKnownPorts

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:BulkDataNTReceiver:1.0}rtpsWellKnownPorts (restriction)

Documentation
                RTPS well-known port mapping configuration.
                RTI Data Distribution Service uses the RTPS wire protocol.
                The discovery protocols defined by RTPS rely on well-known ports to initiate discovery.
                These well-known ports define the multicast and unicast ports on which a Participant will listen for discovery
                metatraffic from other Participants.
                The discovery metatraffic contains all the information required to establish the presence of remote DDS entities in the network.
                The well-known ports are defined by RTPS in terms of port mapping expressions with several tunable parameters,
                which allow the user to customize what network ports are used by the middleware.
                In order for all Participants in a system to correctly
                discover each other, it is important that they all use the
                same port mapping expressions.
            
Properties
This component is not nillable.

Model
<...>
(port_base? ; domain_id_gain? ; participant_id_gain? ; builtin_multicast_port_offset? ; builtin_unicast_port_offset? ; user_multicast_port_offset? ; user_unicast_port_offset?)
</...>


Nested Element Summary
nonNegativeIntegerbuiltin_multicast_port_offset
          
nonNegativeIntegerbuiltin_unicast_port_offset
          
positiveIntegerdomain_id_gain
          
positiveIntegerparticipant_id_gain
          
positiveIntegerport_base
          
nonNegativeIntegeruser_multicast_port_offset
          
nonNegativeIntegeruser_unicast_port_offset
          
Source
<xs:complexType name="rtpsWellKnownPorts">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="port_base" type="positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="domain_id_gain" type="positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="participant_id_gain" type="positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="builtin_multicast_port_offset" type="nonNegativeInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="builtin_unicast_port_offset" type="nonNegativeInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="user_multicast_port_offset" type="nonNegativeInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="user_unicast_port_offset" type="nonNegativeInteger"/>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.