| Package | Description |
|---|---|
| javax.realtime | |
| javax.safetycritical | |
| vm |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteTime |
AbsoluteTime.add(long millis,
int nanos)
Creates a new object representing the result of adding millis and nanos
to the values from
this and normalizing the result. |
AbsoluteTime |
AbsoluteTime.add(long millis,
int nanos,
AbsoluteTime dest)
Returns an object containing the value resulting from adding
millis and nanos to
the values from this and normalizing the result. |
AbsoluteTime |
AbsoluteTime.add(RelativeTime time)
Creates a new instance of
AbsoluteTime representing the result of
adding time to the value of this and normalizing the result. |
AbsoluteTime |
AbsoluteTime.add(RelativeTime time,
AbsoluteTime dest)
Returns an object containing the value resulting from adding
time to the value of
this and normalizing the result. |
abstract AbsoluteTime |
Clock.getTime()
Creates a new object representing now of this clock.
|
AbsoluteTime |
RealtimeClock.getTime() |
abstract AbsoluteTime |
Clock.getTime(AbsoluteTime dest)
Stores now of this clock in
dest. |
AbsoluteTime |
RealtimeClock.getTime(AbsoluteTime dest) |
AbsoluteTime |
AbsoluteTime.subtract(RelativeTime time)
Creates a new instance of
AbsoluteTime representing the result of subtracting time
from the value of this and normalizing the result. |
AbsoluteTime |
AbsoluteTime.subtract(RelativeTime time,
AbsoluteTime dest)
Returns an object containing the value resulting from subtracting
time from the value of this
and normalizing the result. |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteTime |
AbsoluteTime.add(long millis,
int nanos,
AbsoluteTime dest)
Returns an object containing the value resulting from adding
millis and nanos to
the values from this and normalizing the result. |
AbsoluteTime |
AbsoluteTime.add(RelativeTime time,
AbsoluteTime dest)
Returns an object containing the value resulting from adding
time to the value of
this and normalizing the result. |
abstract AbsoluteTime |
Clock.getTime(AbsoluteTime dest)
Stores now of this clock in
dest. |
AbsoluteTime |
RealtimeClock.getTime(AbsoluteTime dest) |
RelativeTime |
AbsoluteTime.subtract(AbsoluteTime time)
Creates a new instance of
RelativeTime representing the result of subtracting time
from the value of this and normalizing the result. |
RelativeTime |
AbsoluteTime.subtract(AbsoluteTime time,
RelativeTime dest)
Returns an object containing the value resulting from subtracting
time from the value
of this and normalizing the result. |
AbsoluteTime |
AbsoluteTime.subtract(RelativeTime time,
AbsoluteTime dest)
Returns an object containing the value resulting from subtracting
time from the value of this
and normalizing the result. |
| Constructor and Description |
|---|
AbsoluteTime(AbsoluteTime time)
Make a new
AbsoluteTime object from the given AbsoluteTime object. |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteTime |
ManagedEventHandler.getLastReleaseTime() |
| Modifier and Type | Method and Description |
|---|---|
static void |
RealtimeClock.delayNativeUntil(AbsoluteTime time)
Delay until
time. |
abstract void |
RealtimeClock.getCurrentTime(AbsoluteTime now) |