CoreDX DDS
Java Reference Manual

OfferedIncompatibleQosStatus Class Reference
[DDS Status Structures]

Status related to the on_offered_incompatible_qos listener methods of the DataWriter, Publisher, and DomainParticipant structures. More...

List of all members.

Public Member Functions

int get_total_count ()
int get_total_count_change ()
int get_last_policy_id ()
Vector get_policies ()

Detailed Description

Status related to the on_offered_incompatible_qos listener methods of the DataWriter, Publisher, and DomainParticipant structures.


Member Function Documentation

int get_last_policy_id (  )  [inline]

Get the id of the most recent requested incompatible QoS policy. Convert id to a destcriptive string with DDS.qos_policy_str(int qos_policy_id).

Vector get_policies (  )  [inline]

A list of QoS policies and the total number of times each QoS policy was found to be incompatible. Vector elements are of type QosPolicyCount.

int get_total_count (  )  [inline]

Get the cummulative count of the number of DataWriters discovered having matching Topic and incompatible QoS.

int get_total_count_change (  )  [inline]

Get the change in total_count since the last time the listener was called or status was read.

 All Classes Functions Variables

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