![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
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... | |
Definition at line 204 of file Presentation.java.
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.
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.
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.