|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsidnet.stack.std.mac.ieee802_15_4.p802_15_4Timer
public class p802_15_4Timer
Field Summary | |
---|---|
protected boolean |
busy
|
protected boolean |
canceled
|
protected double |
lastMomentOfPause
|
protected boolean |
paused
|
protected boolean |
started
|
protected double |
stime
|
protected boolean |
terminated
|
protected double |
totalPauseTime
|
protected double |
wtime
|
Constructor Summary | |
---|---|
p802_15_4Timer(int id)
|
Method Summary | |
---|---|
boolean |
bussy()
|
void |
cancel()
Cancel timer |
boolean |
canceled()
|
TimerInterface802_15_4 |
getProxy()
|
void |
pause()
Pause timer |
boolean |
paused()
|
void |
resetTimer()
|
void |
resume()
Resume timer |
void |
start()
|
void |
start(boolean reset,
boolean fortx,
double wt)
|
void |
start(double time,
boolean onlycap)
|
void |
startTimer(double time)
Start timer |
void |
startTimer(double wtime,
MacMessage_802_15_4 p)
|
void |
stopTimerr()
|
void |
timeout(long currentTimerSequence)
Handle timer expiration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean started
protected boolean busy
protected boolean paused
protected boolean canceled
protected boolean terminated
protected double stime
protected double wtime
protected double lastMomentOfPause
protected double totalPauseTime
Constructor Detail |
---|
public p802_15_4Timer(int id)
Method Detail |
---|
public void resetTimer()
resetTimer
in interface TimerInterface802_15_4
public void timeout(long currentTimerSequence)
timeout
in interface TimerInterface802_15_4
public void startTimer(double wtime, MacMessage_802_15_4 p)
startTimer
in interface TimerInterface802_15_4
public void start()
start
in interface TimerInterface802_15_4
public void start(double time, boolean onlycap)
start
in interface TimerInterface802_15_4
public void start(boolean reset, boolean fortx, double wt)
start
in interface TimerInterface802_15_4
public void startTimer(double time)
startTimer
in interface TimerInterface802_15_4
public void cancel()
cancel
in interface TimerInterface802_15_4
public boolean canceled() throws JistAPI.Continuation
canceled
in interface TimerInterface802_15_4
JistAPI.Continuation
public boolean bussy() throws JistAPI.Continuation
bussy
in interface TimerInterface802_15_4
JistAPI.Continuation
public boolean paused() throws JistAPI.Continuation
paused
in interface TimerInterface802_15_4
JistAPI.Continuation
public void pause()
pause
in interface TimerInterface802_15_4
public void resume()
resume
in interface TimerInterface802_15_4
public void stopTimerr()
stopTimerr
in interface TimerInterface802_15_4
public TimerInterface802_15_4 getProxy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |