ReliabilityQosPolicyKind Class Reference
[RELIABILITY]

Kinds of reliability. More...

Inheritance diagram for ReliabilityQosPolicyKind:

Enum Copyable

List of all members.

Static Public Attributes

static final
ReliabilityQosPolicyKind 
BEST_EFFORT_RELIABILITY_QOS
 Indicates that it is acceptable to not retry propagation of any samples.
static final
ReliabilityQosPolicyKind 
RELIABLE_RELIABILITY_QOS
 Specifies RTI Connext will attempt to deliver all samples in its history. Missed samples may be retried.


Detailed Description

Kinds of reliability.

QoS:
com.rti.dds.infrastructure.ReliabilityQosPolicy

Member Data Documentation

Indicates that it is acceptable to not retry propagation of any samples.

Presumably new values for the samples are generated often enough that it is not necessary to re-send or acknowledge any samples.

[default] for com.rti.dds.subscription.DataReader and com.rti.dds.topic.Topic

Specifies RTI Connext will attempt to deliver all samples in its history. Missed samples may be retried.

In steady-state (no modifications communicated via the com.rti.dds.publication.DataWriter) RTI Connext guarantees that all samples in the com.rti.dds.publication.DataWriter history will eventually be delivered to all the com.rti.dds.subscription.DataReader objects (subject to timeouts that indicate loss of communication with a particular com.rti.dds.subscription.Subscriber).

Outside steady state the HISTORY and RESOURCE_LIMITS policies will determine how samples become part of the history and whether samples can be discarded from it.

[default] for com.rti.dds.publication.DataWriter


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc