jAER project on SourceForge

Uses of Interface
net.sf.jaer.hardwareinterface.HardwareInterfaceFactoryInterface

Packages that use HardwareInterfaceFactoryInterface
ch.unizh.ini.jaer.projects.opticalflow.usbinterface Optical flow chip USB interface. 
ch.unizh.ini.jaer.projects.rccar The Driving with Spikes Traxxus E-Maxx electric monster truck project. 
net.sf.jaer.hardwareinterface Hardware interface to address-event devices. 
net.sf.jaer.hardwareinterface.usb USB hardware interfaces to Address-Event chips. 
net.sf.jaer.hardwareinterface.usb.cypressfx2 Cypress FX2 USB interfaces using Thesycon USB driver. 
net.sf.jaer.hardwareinterface.usb.linux USB hardware interface for linux. 
net.sf.jaer.hardwareinterface.usb.silabs SiLabs C8051F3xx microcontroller interfaces using Thesycon USB driver. 
 

Uses of HardwareInterfaceFactoryInterface in ch.unizh.ini.jaer.projects.opticalflow.usbinterface
 

Classes in ch.unizh.ini.jaer.projects.opticalflow.usbinterface that implement HardwareInterfaceFactoryInterface
 class OpticalFlowHardwareInterfaceFactory
           
 

Methods in ch.unizh.ini.jaer.projects.opticalflow.usbinterface that return HardwareInterfaceFactoryInterface
static HardwareInterfaceFactoryInterface OpticalFlowHardwareInterfaceFactory.instance()
           
 

Uses of HardwareInterfaceFactoryInterface in ch.unizh.ini.jaer.projects.rccar
 

Classes in ch.unizh.ini.jaer.projects.rccar that implement HardwareInterfaceFactoryInterface
 class CarServoInterfaceFactory
          The factory for RC Car ServoInterface's.
 

Methods in ch.unizh.ini.jaer.projects.rccar that return HardwareInterfaceFactoryInterface
static HardwareInterfaceFactoryInterface CarServoInterfaceFactory.instance()
          Returns the singleton instance that is used to construct instances
 

Uses of HardwareInterfaceFactoryInterface in net.sf.jaer.hardwareinterface
 

Classes in net.sf.jaer.hardwareinterface that implement HardwareInterfaceFactoryInterface
 class HardwareInterfaceFactory
          This class builds a list of all available devices and lets you get one of them.
 

Uses of HardwareInterfaceFactoryInterface in net.sf.jaer.hardwareinterface.usb
 

Classes in net.sf.jaer.hardwareinterface.usb that implement HardwareInterfaceFactoryInterface
 class ServoInterfaceFactory
          The factory for ServoInterface's.
 

Methods in net.sf.jaer.hardwareinterface.usb that return HardwareInterfaceFactoryInterface
static HardwareInterfaceFactoryInterface ServoInterfaceFactory.instance()
          Returns the singleton instance that is used to construct instances
 

Uses of HardwareInterfaceFactoryInterface in net.sf.jaer.hardwareinterface.usb.cypressfx2
 

Classes in net.sf.jaer.hardwareinterface.usb.cypressfx2 that implement HardwareInterfaceFactoryInterface
 class CypressFX2Factory
          Manufactures CypressFX2-based objects.
 

Methods in net.sf.jaer.hardwareinterface.usb.cypressfx2 that return HardwareInterfaceFactoryInterface
static HardwareInterfaceFactoryInterface CypressFX2Factory.instance()
           
 

Uses of HardwareInterfaceFactoryInterface in net.sf.jaer.hardwareinterface.usb.linux
 

Classes in net.sf.jaer.hardwareinterface.usb.linux that implement HardwareInterfaceFactoryInterface
 class HardwareInterfaceFactoryLinux
          Makes hardware interfaces under linux.
 

Uses of HardwareInterfaceFactoryInterface in net.sf.jaer.hardwareinterface.usb.silabs
 

Classes in net.sf.jaer.hardwareinterface.usb.silabs that implement HardwareInterfaceFactoryInterface
 class SiLabsC8051F320Factory
          A factory for SiLabsC8051F320 devices.
 

Methods in net.sf.jaer.hardwareinterface.usb.silabs that return HardwareInterfaceFactoryInterface
static HardwareInterfaceFactoryInterface SiLabsC8051F320Factory.instance()
           
 


jAER project on SourceForge