RTI Connext Java API  Version 5.3.0
 All Classes Namespaces Functions Variables Groups Pages
DestinationOrderQosPolicyScopeKind Class Reference

Scope of source destination order. More...

Inheritance diagram for DestinationOrderQosPolicyScopeKind:
Enum Copyable

Static Public Attributes

static final
DestinationOrderQosPolicyScopeKind 
INSTANCE_SCOPE_DESTINATIONORDER_QOS
 [default] Indicates that data is ordered on a per instance basis if used along with com.rti.dds.infrastructure.DestinationOrderQosPolicyKind.DestinationOrderQosPolicyKind.BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS.
 
static final
DestinationOrderQosPolicyScopeKind 
TOPIC_SCOPE_DESTINATIONORDER_QOS
 Indicates that data is ordered on a per topic basis if used along with com.rti.dds.infrastructure.DestinationOrderQosPolicyKind.DestinationOrderQosPolicyKind.BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS.
 

Additional Inherited Members

- Public Member Functions inherited from Enum
final int ordinal ()
 The integral value of this enumerated constant.
 
Object copy_from (Object src)
 
final String name ()
 The name of this enum constant, as declared in the enum declaration.
 
final String toString ()
 The string value of this enum constant.
 
- Protected Member Functions inherited from Enum
 Enum (String name, int ordinal)
 The constructor.
 
final Object clone () throws CloneNotSupportedException
 

Detailed Description

Scope of source destination order.

QoS:
com.rti.dds.infrastructure.DestinationOrderQosPolicy

Member Data Documentation

final DestinationOrderQosPolicyScopeKind INSTANCE_SCOPE_DESTINATIONORDER_QOS
static

[default] Indicates that data is ordered on a per instance basis if used along with com.rti.dds.infrastructure.DestinationOrderQosPolicyKind.DestinationOrderQosPolicyKind.BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS.

The tolerance check and the current sample's timestamp is computed based on a previously written DDS sample belonging to the same instance.

final DestinationOrderQosPolicyScopeKind TOPIC_SCOPE_DESTINATIONORDER_QOS
static

Indicates that data is ordered on a per topic basis if used along with com.rti.dds.infrastructure.DestinationOrderQosPolicyKind.DestinationOrderQosPolicyKind.BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS.

The tolerance check and the current sample's timestamp is computed based on a previously written DDS sample belonging to any instance.


RTI Connext Java API Version 5.3.0 Copyright © Sun Jun 25 2017 Real-Time Innovations, Inc