RTI Connext .Net APIs  Version 6.0.0

Specifies whether it is allowed for multiple DDS::DataWriter (s) to write the same instance of the data and if so, how these modifications should be arbitrated. More...

Classes

struct  DDS::OwnershipQosPolicy
 Specifies whether it is allowed for multiple DDS::DataWriter (s) to write the same instance of the data and if so, how these modifications should be arbitrated. More...
 

Enumerations

enum  DDS::OwnershipQosPolicyKind : UINT32 {
  DDS::OwnershipQosPolicyKind::SHARED_OWNERSHIP_QOS,
  DDS::OwnershipQosPolicyKind::EXCLUSIVE_OWNERSHIP_QOS
}
 Kinds of ownership. More...
 

Functions

static System::String ^ DDS::OwnershipQosPolicy::get_ownership_qos_policy_name ()
 Stringified human-readable name for DDS::OwnershipQosPolicy. More...
 

Detailed Description

Specifies whether it is allowed for multiple DDS::DataWriter (s) to write the same instance of the data and if so, how these modifications should be arbitrated.

Enumeration Type Documentation

◆ OwnershipQosPolicyKind

enum DDS::OwnershipQosPolicyKind : UINT32
strong

Kinds of ownership.

QoS:
DDS::OwnershipQosPolicy
Enumerator
SHARED_OWNERSHIP_QOS 

[default] Indicates shared ownership for each instance.

Multiple writers are allowed to update the same instance and all the updates are made available to the readers. In other words there is no concept of an owner for the instances.

This is the default behavior if the OWNERSHIP policy is not specified or supported.

EXCLUSIVE_OWNERSHIP_QOS 

Indicates each instance can only be owned by one DDS::DataWriter, but the owner of an instance can change dynamically.

The selection of the owner is controlled by the setting of the OWNERSHIP_STRENGTH policy. The owner is always set to be the highest-strength DDS::DataWriter object among the ones currently active (as determined by the LIVELINESS).

Function Documentation

◆ get_ownership_qos_policy_name()

static System::String ^ DDS::OwnershipQosPolicy::get_ownership_qos_policy_name ( )
inlinestatic

Stringified human-readable name for DDS::OwnershipQosPolicy.


RTI Connext .Net APIs Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc