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

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

Documentation
                This QoS policy determines the DataWriter's publishing mode,
                either asynchronous or synchronous.
                The publishing mode controls whether data is written synchronously in the context of
                the user thread when calling write(), or asynchronously in the context of a separate
                thread internal to RTI Data Distribution Service.
            
Properties
This component is not nillable.

Model
<...>
(kind? ; flow_controller_name? ; priority?)
</...>


Nested Element Summary
string_FLOW_CONTROLLER_NAMEflow_controller_name
          
publishModeKindkind
          
integerpriority
          
Source
<xs:complexType name="publishModeQosPolicy">
<xs:all>
<xs:element default="SYNCHRONOUS_PUBLISH_MODE_QOS" maxOccurs="1" minOccurs="0" name="kind" type="publishModeKind"/>
<xs:element default="DEFAULT_FLOW_CONTROLLER_NAME" maxOccurs="1" minOccurs="0" name="flow_controller_name" type="string_FLOW_CONTROLLER_NAME"/>
<xs:element maxOccurs="1" minOccurs="0" name="priority" type="integer"/>
</xs:all>
</xs:complexType>


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