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 << 0) |
| static final int | OFFERED_DEADLINE_MISSED_STATUS = (0x0001 << 1) |
| static final int | REQUESTED_DEADLINE_MISSED_STATUS = (0x0001 << 2) |
| static final int | OFFERED_INCOMPATIBLE_QOS_STATUS = (0x0001 << 5) |
| static final int | REQUESTED_INCOMPATIBLE_QOS_STATUS = (0x0001 << 6) |
| static final int | SAMPLE_LOST_STATUS = (0x0001 << 7) |
| static final int | SAMPLE_REJECTED_STATUS = (0x0001 << 8) |
| static final int | DATA_ON_READERS_STATUS = (0x0001 << 9) |
| static final int | DATA_AVAILABLE_STATUS = (0x0001 << 10) |
| static final int | LIVELINESS_LOST_STATUS = (0x0001 << 11) |
| static final int | LIVELINESS_CHANGED_STATUS = (0x0001 << 12) |
| static final int | PUBLICATION_MATCHED_STATUS = (0x0001 << 13) |
| static final int | SUBSCRIPTION_MATCHED_STATUS = (0x0001 << 14) |
| static final int | NO_STATUS = (0) |
| static final int | ALL_STATUS = (0xFFFF) |