jAER project on SourceForge

Uses of Interface
net.sf.jaer.aemonitor.AEMonitorInterface

Packages that use AEMonitorInterface
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.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 AEMonitorInterface in ch.unizh.ini.jaer.chip.cochlea
 

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

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

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

Uses of AEMonitorInterface in net.sf.jaer.aesequencer
 

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

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

Classes in net.sf.jaer.hardwareinterface.usb.cypressfx2 that implement AEMonitorInterface
 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.
 

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

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

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

Classes in net.sf.jaer.hardwareinterface.usb.silabs that implement AEMonitorInterface
 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.
 

Uses of AEMonitorInterface in net.sf.jaer.stereopsis
 

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

Methods in net.sf.jaer.stereopsis that return AEMonitorInterface
 AEMonitorInterface StereoHardwareInterface.getAemonLeft()
           
 AEMonitorInterface StereoHardwareInterface.getAemonRight()
           
 

Methods in net.sf.jaer.stereopsis with parameters of type AEMonitorInterface
 void StereoHardwareInterface.setAemonLeft(AEMonitorInterface aemonLeft)
           
 void StereoHardwareInterface.setAemonRight(AEMonitorInterface aemonRight)
           
 

Constructors in net.sf.jaer.stereopsis with parameters of type AEMonitorInterface
StereoBiasgenHardwareInterface(AEMonitorInterface aemonLeft, AEMonitorInterface aemonRight)
          Creates a new instance of StereoBiassgenHardwareInterface
StereoHardwareInterface(AEMonitorInterface left, AEMonitorInterface right)
           
 


jAER project on SourceForge