| Package | Description |
|---|---|
| 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.
|
abstract AbsoluteTime |
Clock.getTime(AbsoluteTime dest)
Stores now of this clock in
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. |
void |
ClockCallBack.discontinuity(Clock clock,
AbsoluteTime updatedTime) |
abstract AbsoluteTime |
Clock.getTime(AbsoluteTime dest)
Stores now of this clock in
dest. |
abstract void |
Clock.registerCallBack(AbsoluteTime t,
ClockCallBack clockEvent) |
abstract boolean |
Clock.resetTargetTime(AbsoluteTime time) |
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)
Makes a new object that is a copy from the parameter
time. |
| Modifier and Type | Method and Description |
|---|---|
static void |
RealtimeClock.delayNativeUntil(AbsoluteTime time)
Delay until
time. |
abstract void |
RealtimeClock.getCurrentTime(AbsoluteTime now) |