OpenSplice Java 5 DCPS  v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
org.omg.dds.core.policy.Presentation.AccessScopeKind Enum Reference
Collaboration diagram for org.omg.dds.core.policy.Presentation.AccessScopeKind:
Collaboration graph

Public Attributes

 GROUP
 [optional] Scope spans to all instances belonging to org.omg.dds.pub.DataWriter (or org.omg.dds.sub.DataReader) entities within the same org.omg.dds.pub.Publisher (or org.omg.dds.sub.Subscriber). More...
 
 INSTANCE
 Scope spans only a single instance. More...
 
 TOPIC
 Scope spans to all instances within the same org.omg.dds.pub.DataWriter (or org.omg.dds.sub.DataReader), but not across instances in different DataWriter (or DataReader). More...
 

Detailed Description

Definition at line 204 of file Presentation.java.

Member Data Documentation

◆ GROUP

org.omg.dds.core.policy.Presentation.AccessScopeKind.GROUP

[optional] Scope spans to all instances belonging to org.omg.dds.pub.DataWriter (or org.omg.dds.sub.DataReader) entities within the same org.omg.dds.pub.Publisher (or org.omg.dds.sub.Subscriber).

Definition at line 225 of file Presentation.java.

◆ INSTANCE

org.omg.dds.core.policy.Presentation.AccessScopeKind.INSTANCE

Scope spans only a single instance.

Indicates that changes to one instance need not be coherent nor ordered with respect to changes to any other instance. In other words, order and coherent changes apply to each instance separately. This is the default accessScope.

Definition at line 211 of file Presentation.java.

◆ TOPIC

org.omg.dds.core.policy.Presentation.AccessScopeKind.TOPIC

Scope spans to all instances within the same org.omg.dds.pub.DataWriter (or org.omg.dds.sub.DataReader), but not across instances in different DataWriter (or DataReader).

Definition at line 218 of file Presentation.java.


The documentation for this enum was generated from the following file: