RTI Connext C# API Version 7.2.0
Rti.Dds.Core.Policy.DestinationOrderBuilder Class Reference

A modifiable type used to create an immutable DestinationOrder More...

Public Member Functions

 DestinationOrderBuilder (DestinationOrder data)
 Creates a builder with the values of an existing immutable instance More...
 
DestinationOrder Build ()
 Creates a new DestinationOrder immutable object from this one. More...
 

Properties

DestinationOrderKind Kind [get, set]
 Specifies the desired kind of destination order. More...
 
DestinationOrderScopeKind Scope [get, set]
 Specifies the desired scope of the source destination order. More...
 
Duration SourceTimestampTolerance [get, set]
 Allowed tolerance between source timestamps of consecutive samples. More...
 

Detailed Description

A modifiable type used to create an immutable DestinationOrder

Constructor & Destructor Documentation

◆ DestinationOrderBuilder()

Rti.Dds.Core.Policy.DestinationOrderBuilder.DestinationOrderBuilder ( DestinationOrder  data)
inline

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

DestinationOrder Rti.Dds.Core.Policy.DestinationOrderBuilder.Build ( )

Creates a new DestinationOrder immutable object from this one.

Property Documentation

◆ Kind

DestinationOrderKind Rti.Dds.Core.Policy.DestinationOrderBuilder.Kind
getset

Specifies the desired kind of destination order.

The full documentation is available in the C API: DDS_DestinationOrderQosPolicy_kind

◆ Scope

DestinationOrderScopeKind Rti.Dds.Core.Policy.DestinationOrderBuilder.Scope
getset

Specifies the desired scope of the source destination order.

The full documentation is available in the C API: DDS_DestinationOrderQosPolicy_scope

◆ SourceTimestampTolerance

Duration Rti.Dds.Core.Policy.DestinationOrderBuilder.SourceTimestampTolerance
getset

Allowed tolerance between source timestamps of consecutive samples.

The full documentation is available in the C API: DDS_DestinationOrderQosPolicy_source_timestamp_tolerance