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

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

Documentation
                <<RTI Extension>>
                The RECEIVER_POOL QoS policy configures the internal RTI Data
                Distribution Service
                thread used to process the data received from a transport.
            
Properties
This component is not nillable.

Model
<...>
(thread? ; buffer_size? ; buffer_alignment?)
</...>


Nested Element Summary
positiveIntegerbuffer_alignment
          
positiveIntegerbuffer_size
          
threadSettingsthread
          
Source
<xs:complexType name="receiverPoolQosPolicy">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="thread" type="threadSettings"/>
<xs:element maxOccurs="1" minOccurs="0" name="buffer_size" type="positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="buffer_alignment" type="positiveInteger"/>
</xs:all>
</xs:complexType>


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