OpenSplice Java 5 DCPS  v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
org.omg.dds.core.policy.DestinationOrder.Kind Enum Reference
Collaboration diagram for org.omg.dds.core.policy.DestinationOrder.Kind:
Collaboration graph

Public Attributes

 BY_RECEPTION_TIMESTAMP
 Indicates that data is ordered based on the reception time at each org.omg.dds.sub.Subscriber. More...
 
 BY_SOURCE_TIMESTAMP
 Indicates that data is ordered based on a time stamp placed at the source (by the Service or by the application). More...
 

Detailed Description

Definition at line 99 of file DestinationOrder.java.

Member Data Documentation

◆ BY_RECEPTION_TIMESTAMP

org.omg.dds.core.policy.DestinationOrder.Kind.BY_RECEPTION_TIMESTAMP

Indicates that data is ordered based on the reception time at each org.omg.dds.sub.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.

Definition at line 107 of file DestinationOrder.java.

◆ BY_SOURCE_TIMESTAMP

org.omg.dds.core.policy.DestinationOrder.Kind.BY_SOURCE_TIMESTAMP

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

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

Definition at line 115 of file DestinationOrder.java.


The documentation for this enum was generated from the following file: