CoreDX DDS for Java
from Twin Oaks Computing, Inc.

com.toc.coredx.DDS
Class PresentationQosPolicy

java.lang.Object
  extended by com.toc.coredx.DDS.PresentationQosPolicy

public class PresentationQosPolicy
extends java.lang.Object

Controls the presentation of received data samples to the application. CoreDX DDS currently supports only the access_scope = INSTANCE_PRESENTATION_QOS policy.


Field Summary
 PresentationQosPolicyAccessScopeKind access_scope
           
 boolean coherent_access
           
 boolean ordered_access
           
 
Constructor Summary
PresentationQosPolicy()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

access_scope

public PresentationQosPolicyAccessScopeKind access_scope

coherent_access

public boolean coherent_access

ordered_access

public boolean ordered_access
Constructor Detail

PresentationQosPolicy

public PresentationQosPolicy()

Copyright © 2010 Twin Oaks Computing, Inc,
All Rights Reserved