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

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

Documentation
                <<RTI Extension>>
                The WIRE_PROTOCOL QoS policy configures some Real-Time
                Publish Subscribe
                (RTPS) protocol-related properties for the DomainParticipant. The open RTPS protocol is
                used by RTI Data Distribution Service to format and interpret messages between Domain-
                Participants.
            
Properties
This component is not nillable.

Model
<...>
(participant_id? ; rtps_auto_id_kind? ; rtps_host_id? ; rtps_app_id? ; rtps_instance_id? ; rtps_well_known_ports? ; rtps_reserved_port_mask?)
</...>


Nested Element Summary
integerparticipant_id
          
integer_RTPS_AUTO_IDrtps_app_id
          
WireProtocolQosPolicyAutoKindrtps_auto_id_kind
          
integer_RTPS_AUTO_IDrtps_host_id
          
integer_RTPS_AUTO_IDrtps_instance_id
          
rtpsReservedPortKindMaskrtps_reserved_port_mask
          
rtpsWellKnownPortsrtps_well_known_ports
          
Source
<xs:complexType name="domainParticipantWireProtocolQosPolicy">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="participant_id" type="integer"/>
<xs:element maxOccurs="1" minOccurs="0" name="rtps_auto_id_kind" type="WireProtocolQosPolicyAutoKind"/>
<xs:element maxOccurs="1" minOccurs="0" name="rtps_host_id" type="integer_RTPS_AUTO_ID"/>
<xs:element maxOccurs="1" minOccurs="0" name="rtps_app_id" type="integer_RTPS_AUTO_ID"/>
<xs:element maxOccurs="1" minOccurs="0" name="rtps_instance_id" type="integer_RTPS_AUTO_ID"/>
<xs:element maxOccurs="1" minOccurs="0" name="rtps_well_known_ports" type="rtpsWellKnownPorts"/>
<xs:element maxOccurs="1" minOccurs="0" name="rtps_reserved_port_mask" type="rtpsReservedPortKindMask"/>
</xs:all>
</xs:complexType>


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