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. |
Modifier and Type | Method and Description |
---|---|
abstract ModifiableTime |
Time.modifiableCopy() |
ModifiableTime |
ServiceEnvironment.ServiceProviderInterface.newTime(long time,
TimeUnit units)
Construct a specific instant in time.
|
static ModifiableTime |
Time.newTime(long time,
TimeUnit units,
ServiceEnvironment env)
Construct a specific instant in time.
|
Modifier and Type | Method and Description |
---|---|
ModifiableTime |
DomainParticipant.getCurrentTime(ModifiableTime currentTime)
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 |
---|---|
ModifiableTime |
DomainParticipant.getCurrentTime(ModifiableTime currentTime)
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.
|
Copyright © 2014. All rights reserved.