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

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

Documentation
                This QoS policy configures the number of samples that RTI
                Data Distribution Service will
                store locally for DataWriters and DataReaders.
            
Properties
This component is not nillable.

Model
<...>
(kind? ; depth? ; refilter?)
</...>


Nested Element Summary
positiveIntegerdepth
          
historyKindkind
          
refilterKindrefilter
          
Source
<xs:complexType name="historyQosPolicy">
<xs:all>
<xs:element default="KEEP_LAST_HISTORY_QOS" maxOccurs="1" minOccurs="0" name="kind" type="historyKind"/>
<xs:element default="1" maxOccurs="1" minOccurs="0" name="depth" type="positiveInteger"/>
<xs:element default="NONE_REFILTER_QOS" maxOccurs="1" minOccurs="0" name="refilter" type="refilterKind"/>
</xs:all>
</xs:complexType>


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