Table of Contents

Class PresentationQosPolicyConfiguration

Namespace
MASES.DataDistributionManager.Bindings.Configuration
Assembly
DataDistributionManagerNet.dll

Class managing PresentationQosPolicy

public class PresentationQosPolicyConfiguration : BaseConfiguration, IConfiguration, INotifyPropertyChanged
Inheritance
PresentationQosPolicyConfiguration
Implements
Inherited Members

Constructors

PresentationQosPolicyConfiguration()

Initialize a new instance of OwnershipStrengthQosPolicyConfiguration

public PresentationQosPolicyConfiguration()

Fields

AccessScopePropertyKey

Configuration key of AccessScope

public const string AccessScopePropertyKey = "datadistributionmanager.opendds.qos.presentationqospolicy.access_scope"

Field Value

string

CoherentAccessPropertyKey

Configuration key of CoherentAccess

public const string CoherentAccessPropertyKey = "datadistributionmanager.opendds.qos.presentationqospolicy.coherent_access"

Field Value

string

OrderedAccessPropertyKey

Configuration key of OrderedAccess

public const string OrderedAccessPropertyKey = "datadistributionmanager.opendds.qos.presentationqospolicy.ordered_access"

Field Value

string

Properties

AccessScope

public PresentationQosPolicyConfiguration.PresentationQosPolicyAccessScopeKind AccessScope { get; set; }

Property Value

PresentationQosPolicyConfiguration.PresentationQosPolicyAccessScopeKind

CoherentAccess

public bool CoherentAccess { get; set; }

Property Value

bool

OrderedAccess

public bool OrderedAccess { get; set; }

Property Value

bool