OWNERSHIP
[QoS Policies]

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 {
  DDS::SHARED_OWNERSHIP_QOS,
  DDS::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.

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

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

static System::String ^ DDS::OwnershipQosPolicy::get_ownership_qos_policy_name (  )  [inline, static, inherited]

Stringified human-readable name for DDS::OwnershipQosPolicy.


RTI Data Distribution Service .Net APIs Version 4.5e Copyright © 23 Oct 2011 Real-Time Innovations, Inc