![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
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... | |
Definition at line 99 of file DestinationOrder.java.
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.
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.