JMACS

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

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

Uses of Device.IDriver in org.jmacs.pd
 

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

Constructors in org.jmacs.pd with parameters of type Device.IDriver
Pdi(String name, Device.IDriver driver, Device.IConstants constants)
          for use where the driver class is provided by the device package itself.
Pdi(String name, String devicePkgname, Device.IDriver driver, Device.IConstants constants)
          as above, but supplying the driver instance (rather than class).
 


JMACS

jmacs.org