Package | Description |
---|---|
org.omg.dds.core |
The Core (Infrastructure) Module defines the abstract classes and the
interfaces that are refined by the other modules.
|
org.omg.dds.domain |
The Domain Module contains the
DomainParticipant
class that acts as an entry-point of the Service and acts as a factory for
many of the classes. |
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. |
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 |
ModifiableTime |
Modifier and Type | Method and Description |
---|---|
abstract Time |
ModifiableTime.immutableCopy() |
Time |
ServiceEnvironment.ServiceProviderInterface.invalidTime() |
static Time |
Time.invalidTime(ServiceEnvironment env) |
Modifier and Type | Method and Description |
---|---|
abstract void |
ModifiableTime.copyFrom(Time src)
Overwrite the state of this object with that of the given object.
|
Modifier and Type | Method and Description |
---|---|
Time |
DomainParticipant.getCurrentTime()
This operation returns the current value of the time that the service
uses to time stamp data writes and to set the reception time stamp for
the data updates it receives.
|
Modifier and Type | Method and Description |
---|---|
void |
DataWriter.dispose(InstanceHandle instanceHandle,
TYPE instanceData,
Time sourceTimestamp)
This operation performs the same functions as
DataWriter.dispose(InstanceHandle, Object) except that the application
provides the value for the source time stamp that is made available to
DataReader objects by means of
Sample.getSourceTimestamp() . |
InstanceHandle |
DataWriter.registerInstance(TYPE instanceData,
Time sourceTimestamp)
This operation performs the same function as
DataWriter.registerInstance(Object) and can be used instead in the cases
where the application desires to specify the value for the source
time stamp. |
void |
DataWriter.unregisterInstance(InstanceHandle handle,
TYPE instanceData,
Time sourceTimestamp)
This operation performs the same function as
DataWriter.unregisterInstance(InstanceHandle, Object) and can be used
instead in the cases where the application desires to specify the
value for the source time stamp. |
void |
DataWriter.write(TYPE instanceData,
InstanceHandle handle,
Time sourceTimestamp)
This operation performs the same function as
DataWriter.write(Object, InstanceHandle) except that it also provides
the value for the source time stamp that is made available to
DataReader objects by means of
Sample.getSourceTimestamp() . |
void |
DataWriter.write(TYPE instanceData,
Time sourceTimestamp) |
Modifier and Type | Method and Description |
---|---|
Time |
Sample.getSourceTimestamp() |
Copyright © 2014. All rights reserved.