| Package | Description |
|---|---|
| javax.realtime | |
| javax.safetycritical |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteTime
An object that represents a specific point in time given by milliseconds
plus nanoseconds past some point in time fixed by the clock.
|
class |
RelativeTime
An object that represents a duration in milliseconds and nanoseconds.
|
| Modifier and Type | Method and Description |
|---|---|
int |
HighResolutionTime.compareTo(HighResolutionTime time)
Compares
this with the specified HighResolutionTime time. |
boolean |
HighResolutionTime.equals(HighResolutionTime time) |
void |
HighResolutionTime.set(HighResolutionTime time)
Change the value represented by
this to that of the given time. |
| Constructor and Description |
|---|
OneShotEventHandler(PriorityParameters priority,
HighResolutionTime releaseTime,
AperiodicParameters release,
StorageParameters storage) |