public class VMFct
extends java.lang.Object
| Constructor and Description |
|---|
VMFct() |
| Modifier and Type | Method and Description |
|---|---|
static int |
delayNative(RelativeTime time)
Sleep a relative time.
|
static void |
delayNativeUntil(AbsoluteTime time)
Delay until
time. |
static int |
getNativeResolution(RelativeTime dest)
Gets the current resulution of the realtime clock.
|
static int |
getNativeTime(AbsoluteTime dest)
Gets the current time of the realtime clock
Returns Absolute time in
dest. |
public static int getNativeResolution(RelativeTime dest)
dest.public static int getNativeTime(AbsoluteTime dest)
dest.public static void delayNativeUntil(AbsoluteTime time)
time.time - is the absolut timepublic static int delayNative(RelativeTime time)
time - The specified time to sleep.