Click or drag to resize

PresentationQosPolicyAccessScopeKind Enumeration

This enumeration defines the valid kinds of the PresentationQosPolicy AccessScope.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public enum PresentationQosPolicyAccessScopeKind
Members
  Member nameValueDescription
InstancePresentationQos0 Indicates that changes occur to instances independently. Instance access essentially acts as a no-op with respect to CoherentAccess and OrderedAccess. Setting either of these values to true has no observable affect within the subscribing application.
TopicPresentationQos1 Indicates that accepted changes are limited to all instances within the same DataReader or DataWriter.
GroupPresentationQos2 Indicates that accepted changes are limited to all instances within the same Publisher or Subscriber.
See Also