|
JMACS | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IProgram.Context
context, as passed to IProgram.init(Context)
.
Method Summary | |
---|---|
Timer |
getTimer()
returns timer. |
Methods inherited from interface org.jmacs.pd.Context |
---|
getConstants, getDriver, getStatus |
Method Detail |
---|
Timer getTimer()
IProgram.wake(Alert)
is called whenever
timer.sleep() returns. By default, this will happen midway between
consecutive (device status) sampling boundaries. If timer is
reconfigured by the program, be sure to have the program implement ISamplingDependent
, otherwise timer will be reconfigured
again whenever the sampling parameters change.
|
JMACS | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |