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

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

Documentation
                <<RTI Extension>>
                This QoS policy controls the creation and use of Exclusive
                Areas. An exclusive area (EA)
                is a mutex with built-in deadlock protection when multiple EAs are in use. It is used to
                provide mutual exclusion among different threads of execution. Multiple EAs allow
                greater concurrency by the internal and user threads when executing RTI Data Distribution
                Service code.
            
Properties
This component is not nillable.

Model
<...>
use_shared_exclusive_area?
</...>


Nested Element Summary
booleanuse_shared_exclusive_area
          
Source
<xs:complexType name="exclusiveAreaQosPolicy">
<xs:all>
<xs:element default="false" minOccurs="0" name="use_shared_exclusive_area" 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.