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

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

Documentation
                <<RTI Extension>>
                Built-in topic reader's resource limits.
                Defines the resources that can be used for a built-in-topic data reader.
                A built-in topic data reader subscribes reliably to built-in topics containing
                declarations of new entities or updates to existing entities in the domain.
                Keys are used to differentiate among entities of the same type.
                RTI Data Distribution Service assigns a unique key to each entity in a domain.
            
Properties
This component is not nillable.

Model
<...>
(initial_samples? ; max_samples? ; initial_infos? ; max_infos? ; initial_outstanding_reads? ; max_outstanding_reads? ; max_samples_per_read?)
</...>


Nested Element Summary
positiveIntegerinitial_infos
          
positiveIntegerinitial_outstanding_reads
          
positiveIntegerinitial_samples
          
positiveInteger_UNLIMITEDmax_infos
          
positiveInteger_UNLIMITEDmax_outstanding_reads
          
positiveInteger_UNLIMITEDmax_samples
          
positiveIntegermax_samples_per_read
          
Source
<xs:complexType name="builtinTopicReaderResourceLimits">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="initial_samples" type="positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="max_samples" type="positiveInteger_UNLIMITED"/>
<xs:element maxOccurs="1" minOccurs="0" name="initial_infos" type="positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="max_infos" type="positiveInteger_UNLIMITED"/>
<xs:element maxOccurs="1" minOccurs="0" name="initial_outstanding_reads" type="positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="max_outstanding_reads" type="positiveInteger_UNLIMITED"/>
<xs:element maxOccurs="1" minOccurs="0" name="max_samples_per_read" 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.