JMACS

Uses of Interface
org.jmacs.pd.IDevice.IDriver

Packages that use IDevice.IDriver
org.jmacs.pd Programmable Device Framework. 
 

Uses of IDevice.IDriver in org.jmacs.pd
 

Methods in org.jmacs.pd that return IDevice.IDriver
 IDevice.IDriver IDevice.IDriver.IContainer.getDriver()
          returns driver.
 

Methods in org.jmacs.pd with parameters of type IDevice.IDriver
 Serializable IPdCmd.execute(IDevice.IDriver driver, IDevice.IStatus status, IDevice.IConstants constants, IProgInfo progInfo)
          called when the command is executed.
 void IProgram.init(IDevice.IDriver driver, IDevice.IStatus status, IDevice.IConstants constants, Timer timer)
          called once, first, when the program is run.
 Serializable IInterpreter.interpretCmd(Object cmd, IDevice.IDriver driver, IDevice.IStatus status, IDevice.IConstants constants, IProgInfo progInfo, boolean control)
          interprets cmd.
 

Constructors in org.jmacs.pd with parameters of type IDevice.IDriver
DiClient(String diName, String devicePkgname, IDevice.IDriver driver, IDevice.IConstants constants)
          creates new instance.
DiClient(String diName, String devicePkgname, IDevice.IDriver driver, Object diDriverLock, IDevice.IConstants constants)
          creates new instance.
 


JMACS

jmacs.org