RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
DDS::OwnershipStrengthQosPolicy Struct Reference

Specifies the value of the strength used to arbitrate among multiple DDS::DataWriter objects that attempt to modify the same instance of a data type (identified by DDS::Topic + key). More...

#include <managed_infrastructure.h>

Static Public Member Functions

static System::String^ get_ownershipstrength_qos_policy_name ()
 Stringified human-readable name for DDS::OwnershipStrengthQosPolicy.
 

Public Attributes

System::Int32 value
 The strength value used to arbitrate among multiple writers.
 

Detailed Description

Specifies the value of the strength used to arbitrate among multiple DDS::DataWriter objects that attempt to modify the same instance of a data type (identified by DDS::Topic + key).

This policy only applies if the OWNERSHIP policy is of kind ::DDS::OwnershipQosPolicyKind::EXCLUSIVE_OWNERSHIP_QOS.

Entity:
DDS::DataWriter
Properties:
RxO = N/A
Changeable = YES

The value of the OWNERSHIP_STRENGTH is used to determine the ownership of a data instance (identified by the key). The arbitration is performed by the DDS::DataReader.

See Also
EXCLUSIVE ownership

Member Data Documentation

System::Int32 DDS::OwnershipStrengthQosPolicy::value

The strength value used to arbitrate among multiple writers.

[default] 0

[range] [0, 1 million]


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc