CoreDX DDS
Java Reference Manual

SubscriberQos Class Reference
[DDS Quality of Service]

Structure that holds DDS_Subscriber Quality of Service policies. More...

List of all members.

Public Attributes

PresentationQosPolicy presentation
PartitionQosPolicy partition
GroupDataQosPolicy group_data
EntityFactoryQosPolicy entity_factory
EntityNameQosPolicy entity_name
LoggingQosPolicy logging

Detailed Description

Structure that holds DDS_Subscriber Quality of Service policies.

See also:
Subscriber::set_qos(SubscriberQos)
Subscriber::get_qos(SubscriberQos)
DomainParticipant::create_subscriber(SubscriberQos qos, SubscriberListener listener, long mask)
DomainParticipant::set_default_subscriber_qos(SubscriberQos)
DomainParticipant::get_default_subscriber_qos(SubscriberQos)

Member Data Documentation

Controls the behavior of the Subscriber.create_datareader() operation.

A sequence of octets associated with the Publisher.

Controls the logging behavior of the Subscriber

Establishes a logical data partition. DataWriters and DataReaders that are 'in' the same partition (ie, the partition of the containing Publisher and Subscriber match) can communicate. If the partitions do not match, then they cannot communicate.

 All Classes Functions Variables

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