CoreDX DDS Java Reference Manual
Classes | Variables
DDS Status Structures

Classes

class  InconsistentTopicStatus
 InconsistentTopicStatus provides status related to the on_inconsistent_topic listener methods of the TopicListener structure. More...
 
class  LivelinessChangedStatus
 Status related to the on_liveliness_changed listener methods of the DataReader, Subscriber, and DomainParticipant structures. More...
 
class  LivelinessLostStatus
 Status related to the on_liveliness_lost listener methods of the DataWriter, Publisher, and DomainParticipant structures. More...
 
class  OfferedDeadlineMissedStatus
 Status related to the on_offered_deadline_missed listener methods of the DataWriter, Publisher, and DomainParticipant structures. More...
 
class  OfferedIncompatibleQosStatus
 Status related to the on_offered_incompatible_qos listener methods of the DataWriter, Publisher, and DomainParticipant structures. More...
 
class  PublicationMatchedStatus
 Status related to the on_publication_matched listener methods of the DataWriter, Publisher, and DomainParticipant structures. More...
 
class  RequestedDeadlineMissedStatus
 Status related to the on_requested_deadline_missed listener methods of the DataReader, Subscriber, and DomainParticipant structures. More...
 
class  SampleLostStatus
 Status related to the on_sample_lost listener methods of the DataReader, Subscriber, and DomainParticipant structures. More...
 
class  SampleRejectedStatus
 Status related to the on_sample_rejected listener methods of the DataReader, Subscriber, and DomainParticipant structures. More...
 
class  SubscriptionMatchedStatus
 Status related to the on_subscription_matched listener methods of the DataReader, Subscriber, and DomainParticipant structures. More...
 

Variables

static final int INCONSISTENT_TOPIC_STATUS = (0x0001)
 
static final int OFFERED_DEADLINE_MISSED_STATUS = (0x0002)
 
static final int REQUESTED_DEADLINE_MISSED_STATUS = (0x0004)
 
static final int OFFERED_INCOMPATIBLE_QOS_STATUS = (0x0008)
 
static final int REQUESTED_INCOMPATIBLE_QOS_STATUS = (0x0010)
 
static final int SAMPLE_LOST_STATUS = (0x0020)
 
static final int SAMPLE_REJECTED_STATUS = (0x0040)
 
static final int DATA_ON_READERS_STATUS = (0x0080)
 
static final int DATA_AVAILABLE_STATUS = (0x0100)
 
static final int LIVELINESS_LOST_STATUS = (0x0200)
 
static final int LIVELINESS_CHANGED_STATUS = (0x0400)
 
static final int PUBLICATION_MATCHED_STATUS = (0x0800)
 
static final int SUBSCRIPTION_MATCHED_STATUS = (0x1000)
 
static final int NO_STATUS = (0)
 
static final int STATUS_MASK_NONE = (0)
 
static final int ALL_STATUS = (0xFFFF)
 

Detailed Description

Variable Documentation

final int ALL_STATUS = (0xFFFF)
static
final int DATA_AVAILABLE_STATUS = (0x0100)
static
final int DATA_ON_READERS_STATUS = (0x0080)
static
final int INCONSISTENT_TOPIC_STATUS = (0x0001)
static
final int LIVELINESS_CHANGED_STATUS = (0x0400)
static
final int LIVELINESS_LOST_STATUS = (0x0200)
static
final int NO_STATUS = (0)
static
final int OFFERED_DEADLINE_MISSED_STATUS = (0x0002)
static
final int OFFERED_INCOMPATIBLE_QOS_STATUS = (0x0008)
static
final int PUBLICATION_MATCHED_STATUS = (0x0800)
static
final int REQUESTED_DEADLINE_MISSED_STATUS = (0x0004)
static
final int REQUESTED_INCOMPATIBLE_QOS_STATUS = (0x0010)
static
final int SAMPLE_LOST_STATUS = (0x0020)
static
final int SAMPLE_REJECTED_STATUS = (0x0040)
static
final int STATUS_MASK_NONE = (0)
static
final int SUBSCRIPTION_MATCHED_STATUS = (0x1000)
static

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