CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
DDS Status Structures

Classes

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

Variables

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

Detailed Description

Variable Documentation

◆ ALL_STATUS

final int com.toc.coredx.DDS.Constants.ALL_STATUS = (0xFFFF)
static

◆ DATA_AVAILABLE_STATUS

final int com.toc.coredx.DDS.Constants.DATA_AVAILABLE_STATUS = (0x0100)
static

◆ DATA_ON_READERS_STATUS

final int com.toc.coredx.DDS.Constants.DATA_ON_READERS_STATUS = (0x0080)
static

◆ INCONSISTENT_TOPIC_STATUS

final int com.toc.coredx.DDS.Constants.INCONSISTENT_TOPIC_STATUS = (0x0001)
static

◆ LIVELINESS_CHANGED_STATUS

final int com.toc.coredx.DDS.Constants.LIVELINESS_CHANGED_STATUS = (0x0400)
static

◆ LIVELINESS_LOST_STATUS

final int com.toc.coredx.DDS.Constants.LIVELINESS_LOST_STATUS = (0x0200)
static

◆ NO_STATUS

final int com.toc.coredx.DDS.Constants.NO_STATUS = (0)
static

◆ OFFERED_DEADLINE_MISSED_STATUS

final int com.toc.coredx.DDS.Constants.OFFERED_DEADLINE_MISSED_STATUS = (0x0002)
static

◆ OFFERED_INCOMPATIBLE_QOS_STATUS

final int com.toc.coredx.DDS.Constants.OFFERED_INCOMPATIBLE_QOS_STATUS = (0x0008)
static

◆ PUBLICATION_MATCHED_STATUS

final int com.toc.coredx.DDS.Constants.PUBLICATION_MATCHED_STATUS = (0x0800)
static

◆ REQUESTED_DEADLINE_MISSED_STATUS

final int com.toc.coredx.DDS.Constants.REQUESTED_DEADLINE_MISSED_STATUS = (0x0004)
static

◆ REQUESTED_INCOMPATIBLE_QOS_STATUS

final int com.toc.coredx.DDS.Constants.REQUESTED_INCOMPATIBLE_QOS_STATUS = (0x0010)
static

◆ SAMPLE_LOST_STATUS

final int com.toc.coredx.DDS.Constants.SAMPLE_LOST_STATUS = (0x0020)
static

◆ SAMPLE_REJECTED_STATUS

final int com.toc.coredx.DDS.Constants.SAMPLE_REJECTED_STATUS = (0x0040)
static

◆ STATUS_MASK_NONE

final int com.toc.coredx.DDS.Constants.STATUS_MASK_NONE = (0)
static

◆ SUBSCRIPTION_MATCHED_STATUS

final int com.toc.coredx.DDS.Constants.SUBSCRIPTION_MATCHED_STATUS = (0x1000)
static

© 2009-2020 Twin Oaks Computing, Inc
Castle Rock, CO 80104
All rights reserved.