|
RTI Connext Java API
Version 6.0.1
|
Scope of source destination order. More...
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 |
Scope of source destination order.
|
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 source timestamp of the current sample is compared to the source timestamp of the previously received sample for the same instance. The tolerance check is also applied per instance.
|
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 source timestamp of the current sample is compared to the source timestamp of the previously received sample for the same topic. The tolerance check is also applied per topic.