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

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

Documentation
                <<RTI Extension>>
                The EVENT QoS policy configures the internal RTI Data
                Distribution Service Event thread.
                The purpose of the Event thread is described in Event Thread.
            
Properties
This component is not nillable.

Model
<...>
(thread? ; initial_count? ; max_count?)
</...>


Nested Element Summary
positiveIntegerinitial_count
          
positiveInteger_UNLIMITEDmax_count
          
threadSettingsthread
          
Source
<xs:complexType name="eventQosPolicy">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="thread" type="threadSettings"/>
<xs:element maxOccurs="1" minOccurs="0" name="initial_count" type="positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="max_count" type="positiveInteger_UNLIMITED"/>
</xs:all>
</xs:complexType>


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