DestinationOrderQosPolicyKind Class Reference
[DESTINATION_ORDER]

Kinds of destination order. More...

Inheritance diagram for DestinationOrderQosPolicyKind:

Enum Copyable

List of all members.

Static Public Attributes

static final
DestinationOrderQosPolicyKind 
BY_RECEPTION_TIMESTAMP_DESTINATIONORDER_QOS
 [default] Indicates that data is ordered based on the reception time at each com.rti.dds.subscription.Subscriber.
static final
DestinationOrderQosPolicyKind 
BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS
 Indicates that data is ordered based on a time-stamp placed at the source (by RTI Connext or by the application).


Detailed Description

Kinds of destination order.

QoS:
com.rti.dds.infrastructure.DestinationOrderQosPolicy

Member Data Documentation

[default] Indicates that data is ordered based on the reception time at each com.rti.dds.subscription.Subscriber.

Since each subscriber may receive the data at different times there is no guaranteed that the changes will be seen in the same order. Consequently, it is possible for each subscriber to end up with a different final value for the data.

Indicates that data is ordered based on a time-stamp placed at the source (by RTI Connext or by the application).

In any case this guarantees a consistent final value for the data in all subscribers.

See also:
Special Instructions if Using 'Timestamp' APIs and BY_SOURCE_TIMESTAMP Destination Ordering:


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