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

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

Documentation
                <<RTI Extension>>
                This QoS policy can be used to decrease the amount of
                communication overhead associated
                with the transmission and (in the case of reliable communication) acknowledgement
                of small samples in order to increase throughput.
            
Properties
This component is not nillable.

Model
<...>
(enable? ; max_data_bytes? ; max_meta_data_bytes? ; max_samples? ; max_flush_delay? ; source_timestamp_resolution? ; thread_safe_write?)
</...>


Nested Element Summary
booleanenable
          
nonNegativeInteger_UNLIMITEDmax_data_bytes
          
durationmax_flush_delay
          
nonNegativeInteger_UNLIMITEDmax_meta_data_bytes
          
nonNegativeInteger_UNLIMITEDmax_samples
          
durationsource_timestamp_resolution
          
booleanthread_safe_write
          
Source
<xs:complexType name="dataWriterBatchQosPolicy">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="enable" type="boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="max_data_bytes" type="nonNegativeInteger_UNLIMITED"/>
<xs:element maxOccurs="1" minOccurs="0" name="max_meta_data_bytes" type="nonNegativeInteger_UNLIMITED"/>
<xs:element maxOccurs="1" minOccurs="0" name="max_samples" type="nonNegativeInteger_UNLIMITED"/>
<xs:element maxOccurs="1" minOccurs="0" name="max_flush_delay" type="duration"/>
<xs:element maxOccurs="1" minOccurs="0" name="source_timestamp_resolution" type="duration"/>
<xs:element maxOccurs="1" minOccurs="0" name="thread_safe_write" type="boolean"/>
</xs:all>
</xs:complexType>


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