| Package | Description |
|---|---|
| org.omg.dds.sub |
The Subscription Module contains the
Subscriber,
DataReader, ReadCondition,
and QueryCondition interfaces, as well as the
SubscriberListener and
DataReaderListener interfaces, and more generally,
all that is needed on the subscription side. |
| Modifier and Type | Class and Description |
|---|---|
class |
DataReaderAdapter<TYPE> |
| Modifier and Type | Method and Description |
|---|---|
<TYPE> DataReader<TYPE> |
Subscriber.createDataReader(TopicDescription<TYPE> topic,
DataReaderQos qos,
DataReaderListener<TYPE> listener,
Collection<Class<? extends Status>> statuses)
This operation creates a
DataReader. |
Copyright © 2014. All rights reserved.