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

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

Documentation
                On a DataWriter, this QoS policy states the maximum period in
                which the application
                expects to call write() on the DataWriter, thus publishing a new sample. The application
                may call write() faster than the rate set by this QoS policy.
                On a DataReader, this QoS policy states the maximum period in
                which the application
                expects to receive new values for the Topic. The application may receive data faster than
                the rate set by this QoS policy.
            
Properties
This component is not nillable.

Model
<...>
period?
</...>


Nested Element Summary
durationperiod
          
Source
<xs:complexType name="deadlineQosPolicy">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="period" 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.