Modules | |
| Read Conditions | |
| DDS::ReadCondition and associated elements | |
| Query Conditions | |
| DDS::QueryCondition and associated elements | |
Classes | |
| struct | DDS::RequestedDeadlineMissedStatus |
| DDS::StatusKind::REQUESTED_DEADLINE_MISSED_STATUS More... | |
| struct | DDS::LivelinessChangedStatus |
| DDS::StatusKind::LIVELINESS_CHANGED_STATUS More... | |
| class | DDS::RequestedIncompatibleQosStatus |
| DDS::StatusKind::REQUESTED_INCOMPATIBLE_QOS_STATUS More... | |
| struct | DDS::SampleLostStatus |
| DDS::StatusKind::SAMPLE_LOST_STATUS More... | |
| struct | DDS::SampleRejectedStatus |
| DDS::StatusKind::SAMPLE_REJECTED_STATUS More... | |
| struct | DDS::SubscriptionMatchedStatus |
| DDS::StatusKind::SUBSCRIPTION_MATCHED_STATUS More... | |
| struct | DDS::DataReaderCacheStatus |
| <<eXtension>> The status of the reader's cache. More... | |
| struct | DDS::DataReaderProtocolStatus |
| <<eXtension>> The status of a reader's internal protocol related metrics, like the number of samples received, filtered, rejected; and status of wire protocol traffic. More... | |
| class | DDS::DataReaderQos |
| QoS policies supported by a DDS::DataReader entity. More... | |
| class | DDS::DataReaderSeq |
Declares IDL sequence < DDS::DataReader > . More... | |
| class | DDS::DataReaderListener |
| <<interface>> DDS::Listener for reader status. More... | |
| class | DDS::DataReader |
| <<interface>> Allows the application to: (1) declare the data it wishes to receive (i.e. make a subscription) and (2) access the data received by the attached DDS::Subscriber. More... | |
| class | DDS::TypedDataReader< T > |
| <<interface>> <<generic>> User data type-specific data reader. More... | |
| class | FooDataReader |
| <<interface>> <<generic>> User data type-specific data reader. More... | |
Enumerations | |
| enum | DDS::SampleRejectedStatusKind { DDS::NOT_REJECTED, DDS::REJECTED_BY_INSTANCES_LIMIT, DDS::REJECTED_BY_SAMPLES_LIMIT, DDS::REJECTED_BY_SAMPLES_PER_INSTANCE_LIMIT, DDS::REJECTED_BY_REMOTE_WRITERS_LIMIT, DDS::REJECTED_BY_REMOTE_WRITERS_PER_INSTANCE_LIMIT, DDS::REJECTED_BY_SAMPLES_PER_REMOTE_WRITER_LIMIT } |
| Kinds of reasons for rejecting a sample. More... | |
Kinds of reasons for rejecting a sample.
| NOT_REJECTED |
Samples are never rejected.
|
| REJECTED_BY_INSTANCES_LIMIT |
A resource limit on the number of instances was reached.
|
| REJECTED_BY_SAMPLES_LIMIT |
A resource limit on the number of samples was reached.
|
| REJECTED_BY_SAMPLES_PER_INSTANCE_LIMIT |
A resource limit on the number of samples per instance was reached.
|
| REJECTED_BY_REMOTE_WRITERS_LIMIT |
A resource limit on the number of remote writers from which a DDS::DataReader may read was reached.
This constant is an extension to the DDS standard. |
| REJECTED_BY_REMOTE_WRITERS_PER_INSTANCE_LIMIT |
A resource limit on the number of remote writers for a single instance from which a DDS::DataReader may read was reached.
This constant is an extension to the DDS standard. |
| REJECTED_BY_SAMPLES_PER_REMOTE_WRITER_LIMIT |
A resource limit on the number of samples from a given remote writer that a DDS::DataReader may store was reached.
This constant is an extension to the DDS standard. |