| Package | Description |
|---|---|
| javax.safetycritical |
| Modifier and Type | Method and Description |
|---|---|
Clock |
HighResolutionTime.getClock() |
static Clock |
Clock.getRealtimeClock() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClockCallBack.atTime(Clock clock) |
void |
ClockCallBack.discontinuity(Clock clock,
AbsoluteTime updatedTime) |
| Constructor and Description |
|---|
AbsoluteTime(Clock clock)
Equivalent to
AbsoluteTime(0,0,clock). |
AbsoluteTime(long millis,
int nanos,
Clock clock)
Constructs an
AbsoluteTime object with time millisecond and nanosecond components
past the clock's Epoch. |
RelativeTime(Clock clock)
Equivalent to
new RelativeTime(0, 0, clock). |
RelativeTime(long millis,
int nanos,
Clock clock)
Constructs a
RelativeTime object representing a duration based on the parameters. |