Package | Description |
---|---|
org.omg.dds.pub |
The Publication Module contains the
Publisher and
DataWriter interfaces as well as the
PublisherListener and
DataWriterListener interfaces, and more generally,
all that is needed on the publication side. |
Modifier and Type | Class and Description |
---|---|
class |
DataWriterAdapter<TYPE> |
Modifier and Type | Method and Description |
---|---|
<TYPE> DataWriter<TYPE> |
Publisher.createDataWriter(Topic<TYPE> topic,
DataWriterQos qos,
DataWriterListener<TYPE> listener,
Collection<Class<? extends Status>> statuses)
This operation creates a DataWriter.
|
Copyright © 2014. All rights reserved.