Click or drag to resize

DestinationOrderQosPolicyKind Enumeration

This enumeration defines the valid kinds of the DestinationOrderQosPolicy Kind.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public enum DestinationOrderQosPolicyKind
Members
  Member nameValueDescription
ByReceptionTimestampDestinationOrderQos0 Indicates that, assuming the Ownership policy allows it, the latest received value for the instance should be the one whose value is kept.
BySourceTimestampDestinationOrderQos1 Indicates that, assuming the Ownership policy allows it, a timestamp placed at the source should be used. This is the only setting that, in the case of concurrent same-strength DataWriter objects updating the same instance, ensures all subscribers will end up with the same final value for the instance.
See Also