jAER project on SourceForge

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

Packages that use ReaderBufferControl
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.hardwareinterface.usb.cypressfx2 Cypress FX2 USB interfaces using Thesycon USB driver. 
net.sf.jaer.stereopsis Stereoscopic vision. 
 

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

Classes in ch.unizh.ini.jaer.chip.cochlea that implement ReaderBufferControl
 class CochleaAMS1bHardwareInterface
          The hardware interface to CochleaAMS1b.
 class CochleaAMS1bHardwareInterface.AEReader
          This reader understands the format of raw USB data and translates to the AEPacketRaw
 

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

Classes in ch.unizh.ini.jaer.chip.dvs320 that implement ReaderBufferControl
 class DVS320HardwareInterface
          Adds functionality of DVS320 retina to base classes for Cypress FX2 interface.
 class DVS320HardwareInterface.RetinaAEReader
          This reader understands the format of raw USB data and translates to the AEPacketRaw
 

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

Classes in net.sf.jaer.hardwareinterface.usb.cypressfx2 that implement ReaderBufferControl
 class CypressFX2
          Devices that use the CypressFX2 and the USBIO driver, e.g.
 class CypressFX2.AEReader
          AE reader class.
 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 CypressFX2DVS128HardwareInterface.RetinaAEReader
          This reader understands the format of raw USB data and translates to the AEPacketRaw
 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 CypressFX2MonitorSequencer.MonSeqAEReader
          This reader understands the format of raw USB data and translates to the AEPacketRaw
 class CypressFX2StereoBoard
          The hardware interface for the DVS128 (second Tmpdiff128 board, with CPLD) retina boards.
 class CypressFX2StereoBoard.RetinaAEReader
          This reader understands the format of raw USB data and translates to the AEPacketRaw
 class CypressFX2TmpdiffRetinaHardwareInterface
          The hardware interface for the Tmpdiff128 (original) retina boards.
 class CypressFX2TmpdiffRetinaHardwareInterface.RetinaAEReader
          This reader understands the format of raw USB data and translates to the AEPacketRaw
 

Uses of ReaderBufferControl in net.sf.jaer.stereopsis
 

Classes in net.sf.jaer.stereopsis that implement ReaderBufferControl
 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