| |
|
| java.lang.Object DEOS.Clock
Clock | public class Clock (Code) | | DOCUMENT ME!
|
NOINTERRUPTS | public static int NOINTERRUPTS(Code) | | |
NOTIMECHANGE | public static int NOTIMECHANGE(Code) | | |
SYSTEMINTERRUPT | public static int SYSTEMINTERRUPT(Code) | | |
TIMEOUT | public static int TIMEOUT(Code) | | |
TIME_CONSTRAINT | public static int TIME_CONSTRAINT(Code) | | |
currentTime | int currentTime(Code) | | |
eventDriven | boolean eventDriven(Code) | | |
clearInterrupts | public void clearInterrupts()(Code) | | Clock clears interrupts
|
getCurrentTime | public int getCurrentTime()(Code) | | To get the current time
currentTime |
setTimer | public void setTimer(int timeIn)(Code) | | To set the timer
Parameters: timeIn - time with which to set timer |
ticks | public int ticks()(Code) | | Clock ticks
int - NOINTERRUPTS or TIMEOUT or SYSTEMINTERRUPT |
|
|
|