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

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

Documentation
                This RELIABILITY QoS policy determines whether or not data
                published by a
                DataWriter will be reliably delivered by RTI Data Distribution Service to matching
                DataReaders.
            
Properties
This component is not nillable.

Model
<...>
(kind? ; max_blocking_time?)
</...>


Nested Element Summary
reliabilityKindkind
          
durationmax_blocking_time
          
Source
<xs:complexType name="reliabilityQosPolicy">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="kind" type="reliabilityKind"/>
<xs:element maxOccurs="1" minOccurs="0" name="max_blocking_time" type="duration"/>
</xs:all>
</xs:complexType>


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