JMACS

org.jmacs.pd
Interface IProgram.Context

All Superinterfaces:
Context
Enclosing interface:
IProgram

public static interface IProgram.Context
extends 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

getTimer

Timer getTimer()
returns timer. 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

jmacs.org