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

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

Documentation
                The RESOURCE_LIMITS QoS policy controls the memory resources
                that RTI Data Distribution
                Service allocates and uses for DataWriter or DataReader. One of the most important
                fields is max_samples, which sets the size and causes memory to be allocated for the
                send or receive queues.
            
Properties
This component is not nillable.

Model
<...>
(max_samples? ; max_instances? ; max_samples_per_instance? ; initial_samples? ; initial_instances? ; instance_hash_buckets?)
</...>


Nested Element Summary
positiveIntegerinitial_instances
          
positiveIntegerinitial_samples
          
positiveIntegerinstance_hash_buckets
          
positiveInteger_UNLIMITEDmax_instances
          
positiveInteger_UNLIMITEDmax_samples
          
positiveInteger_UNLIMITEDmax_samples_per_instance
          
Source
<xs:complexType name="resourceLimitsQosPolicy">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="max_samples" type="positiveInteger_UNLIMITED"/>
<xs:element maxOccurs="1" minOccurs="0" name="max_instances" type="positiveInteger_UNLIMITED"/>
<xs:element maxOccurs="1" minOccurs="0" name="max_samples_per_instance" type="positiveInteger_UNLIMITED"/>
<xs:element maxOccurs="1" minOccurs="0" name="initial_samples" type="positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="initial_instances" type="positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="instance_hash_buckets" type="positiveInteger"/>
</xs:all>
</xs:complexType>


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