jAER project on SourceForge

Uses of Interface
net.sf.jaer.hardwareinterface.usb.USBInterface

Packages that use USBInterface
ch.unizh.ini.jaer.chip.cochlea Classes related to Shih-Chii's and Andre's cochlea chips. 
ch.unizh.ini.jaer.chip.dvs320 The DVS320 retina, including new fully-configurable on-chip bias current generators and digitally controlled diagnostic output. 
net.sf.jaer.aemonitor Classes related to monitoring address-events. 
net.sf.jaer.aesequencer Classes related to sequencing address-events. 
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. 
net.sf.jaer.stereopsis Stereoscopic vision. 
 

Uses of USBInterface in ch.unizh.ini.jaer.chip.cochlea
 

Classes in ch.unizh.ini.jaer.chip.cochlea that implement USBInterface
 class CochleaAMS1bHardwareInterface
          The hardware interface to CochleaAMS1b.
 

Uses of USBInterface in ch.unizh.ini.jaer.chip.dvs320
 

Classes in ch.unizh.ini.jaer.chip.dvs320 that implement USBInterface
 class DVS320HardwareInterface
          Adds functionality of DVS320 retina to base classes for Cypress FX2 interface.
 

Uses of USBInterface in net.sf.jaer.aemonitor
 

Subinterfaces of USBInterface in net.sf.jaer.aemonitor
 interface AEMonitorInterface
          Defines interface for an AE monitor.
 

Uses of USBInterface in net.sf.jaer.aesequencer
 

Subinterfaces of USBInterface in net.sf.jaer.aesequencer
 interface AEMonitorSequencerInterface
          Inteface for monitoring and sequencing for devices that support both.
 interface AESequencerInterface
           
 

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

Classes in net.sf.jaer.hardwareinterface.usb.cypressfx2 that implement USBInterface
 class CypressFX2
          Devices that use the CypressFX2 and the USBIO driver, e.g.
 class CypressFX2AEX
          Daniel Fasnacht's AEX board which monitors and sequences
 class CypressFX2Biasgen
          Adds biasgen functionality to base interface via Cypress FX2.
 class CypressFX2DVS128HardwareInterface
          The hardware interface for the DVS128 (second Tmpdiff128 board, with CPLD) retina boards.
 class CypressFX2Mapper
          class for USB2AERmapper, extends functionality to download the FPGA code to the device
 class CypressFX2MonitorSequencer
          Extends CypressFX2 to add functionality for sequencing and monitoring events.
 class CypressFX2StereoBoard
          The hardware interface for the DVS128 (second Tmpdiff128 board, with CPLD) retina boards.
 class CypressFX2TmpdiffRetinaHardwareInterface
          The hardware interface for the Tmpdiff128 (original) retina boards.
 

Methods in net.sf.jaer.hardwareinterface.usb.cypressfx2 that return USBInterface
 USBInterface CypressFX2Factory.getFirstAvailableInterface()
          returns the first interface in the list
 USBInterface CypressFX2Factory.getInterface(int n)
          returns the n-th interface in the list, either Tmpdiff128Retina, USBAERmini2 or USB2AERmapper, DVS320, or MonitorSequencer depending on PID,
 

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

Classes in net.sf.jaer.hardwareinterface.usb.linux that implement USBInterface
 class CypressFX2RetinaLinux
          The Tmpdiff128 retina under linux using the JSR-80 linux java USB library (JSR-80 project).
 

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

Classes in net.sf.jaer.hardwareinterface.usb.silabs that implement USBInterface
 class SiLabsC8051F320
          Acquires data from the UNI-USE simple USB AER board that uses Silicon Labs (http://www.silabs.com) C8051F320 controller and SiLabs USBXPress device and host driver firmware and software.
 class SiLabsC8051F320_USBIO_AeSequencer
          The USB simplemonitor board is used to sequence out events using this class and appropriate firmware on the board.
 

Methods in net.sf.jaer.hardwareinterface.usb.silabs that return USBInterface
 USBInterface SiLabsC8051F320Factory.getFirstAvailableInterface()
           
 USBInterface SiLabsC8051F320Factory.getInterface(int n)
           
 

Uses of USBInterface in net.sf.jaer.stereopsis
 

Classes in net.sf.jaer.stereopsis that implement USBInterface
 class StereoBiasgenHardwareInterface
          Duplicates the hardware interface to a single bias generator to control a stereo pair of chips each with it's own hardware interface.
 class StereoHardwareInterface
          A hardware interface to a stereo pair of sensors.
 


jAER project on SourceForge