CoreDX DDS
C# Reference Manual

DDS Quality of Service

Classes

struct  ThreadModelQosPolicy
 Configure the threading features of CoreDX DDS. More...
class  DomainParticipantFactoryQos
 Structure that holds DomainParticipantFactory Quality of Service policies. More...
class  DomainParticipantQos
 Structure that holds DomainParticipant Quality of Service policies. More...
class  TopicQos
 Structure that holds DDS_Topic Quality of Service policies. More...
class  PublisherQos
 Structure that holds Publisher Quality of Service policies. More...
class  SubscriberQos
 Structure that holds DDS_Subscriber Quality of Service policies. More...
class  DataWriterQos
 Structure that holds DataWriter Quality of Service policies. More...
class  DataReaderQos
 Structure that holds DataReader Quality of Service policies. More...

Enumerations

enum  DurabilityQosPolicyKind { VOLATILE_DURABILITY_QOS, TRANSIENT_LOCAL_DURABILITY_QOS, TRANSIENT_DURABILITY_QOS, PERSISTENT_DURABILITY_QOS }
 

Valid kinds of Durability Qos.

More...
enum  PresentationQosPolicyAccessScopeKind { INSTANCE_PRESENTATION_QOS, TOPIC_PRESENTATION_QOS, GROUP_PRESENTATION_QOS }
 

Valid kinds of Presentation Qos.

More...
enum  OwnershipQosPolicyKind { SHARED_OWNERSHIP_QOS, EXCLUSIVE_OWNERSHIP_QOS }
 

Valid kinds of Ownership Qos.

More...
enum  LivelinessQosPolicyKind { AUTOMATIC_LIVELINESS_QOS, MANUAL_BY_PARTICIPANT_LIVELINESS_QOS, MANUAL_BY_TOPIC_LIVELINESS_QOS }
 

The 'kinds' of Liveliness Qos Policy supported.

More...
enum  ReliabilityQosPolicyKind { , BEST_EFFORT_RELIABILITY_QOS, RELIABLE_RELIABILITY_QOS }
 

Valid kinds of Reliability Qos.

More...
enum  DestinationOrderQosPolicyKind { BY_RECEPTION_TIMESTAMP_DESTINATIONORDER_QOS, BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS }
 

Valid kinds of DestinationOrder Qos.

More...
enum  HistoryQosPolicyKind { KEEP_LAST_HISTORY_QOS, KEEP_ALL_HISTORY_QOS }
 

Valid kinds of History Qos.

More...
enum  DiscoveryQosPolicyDiscoveryKind { PEER_DISCOVERY_QOS, CENTRAL_DISCOVERY_QOS }
 

Valid kinds of Discovery Qos.

More...

Enumeration Type Documentation

enum DestinationOrderQosPolicyKind

Valid kinds of DestinationOrder Qos.

Enumerator:
BY_RECEPTION_TIMESTAMP_DESTINATIONORDER_QOS 
BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS 
enum DiscoveryQosPolicyDiscoveryKind

Valid kinds of Discovery Qos.

Enumerator:
PEER_DISCOVERY_QOS 
CENTRAL_DISCOVERY_QOS 
enum DurabilityQosPolicyKind

Valid kinds of Durability Qos.

Enumerator:
VOLATILE_DURABILITY_QOS 
TRANSIENT_LOCAL_DURABILITY_QOS 
TRANSIENT_DURABILITY_QOS 
PERSISTENT_DURABILITY_QOS 
enum HistoryQosPolicyKind

Valid kinds of History Qos.

Enumerator:
KEEP_LAST_HISTORY_QOS 
KEEP_ALL_HISTORY_QOS 
enum LivelinessQosPolicyKind

The 'kinds' of Liveliness Qos Policy supported.

Enumerator:
AUTOMATIC_LIVELINESS_QOS 
MANUAL_BY_PARTICIPANT_LIVELINESS_QOS 
MANUAL_BY_TOPIC_LIVELINESS_QOS 
enum OwnershipQosPolicyKind

Valid kinds of Ownership Qos.

Enumerator:
SHARED_OWNERSHIP_QOS 
EXCLUSIVE_OWNERSHIP_QOS 
enum PresentationQosPolicyAccessScopeKind

Valid kinds of Presentation Qos.

Enumerator:
INSTANCE_PRESENTATION_QOS 
TOPIC_PRESENTATION_QOS 
GROUP_PRESENTATION_QOS 
enum ReliabilityQosPolicyKind

Valid kinds of Reliability Qos.

Enumerator:
BEST_EFFORT_RELIABILITY_QOS 
RELIABLE_RELIABILITY_QOS 
 All Classes Functions Variables Properties

© 2009-2013 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.