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

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

Documentation
                The LIVELINESS QoS policy specifies how RTI Data Distribution
                Service determines
                whether a DataWriter is "alive". A DataWriter's liveliness is used in combination with
                the OWNERSHIP QoS policy to maintain ownership of an instance
                (note that the DEADLINE QoS policy
                is also used to change ownership when a DataWriter is still alive)
            
Properties
This component is not nillable.

Model
<...>
(kind? ; lease_duration?)
</...>


Nested Element Summary
livelinessKindkind
          
durationlease_duration
          
Source
<xs:complexType name="livelinessQosPolicy">
<xs:all>
<xs:element default="AUTOMATIC_LIVELINESS_QOS" maxOccurs="1" minOccurs="0" name="kind" type="livelinessKind"/>
<xs:element maxOccurs="1" minOccurs="0" name="lease_duration" 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.