jAER project on SourceForge

Uses of Package
net.sf.jaer.util

Packages that use net.sf.jaer.util
ch.unizh.ini.jaer.chip.dvs320 The DVS320 retina, including new fully-configurable on-chip bias current generators and digitally controlled diagnostic output. 
ch.unizh.ini.jaer.hardware.pantilt A pantilt unit based on two servo motors. 
ch.unizh.ini.jaer.projects.hopfield.orientationlearn   
ch.unizh.ini.jaer.projects.tobi.goalie The robotic goalie that uses a dynamic vision sensor and a servo controller to block balls shot at a goal. 
ch.unizh.ini.jaer.projects.tobi.zipzaps The tiny Transformers RC cars from Radio Shack are tracked and controlled here. 
net.sf.jaer.biasgen Classes related to ipot on-chip programmable bias current generator. 
net.sf.jaer.biasgen.VDAC Classes related to programmable voltage DACs. 
net.sf.jaer.chip Classes related to CAVIAR retina. 
net.sf.jaer.eventprocessing Classes related to processing Address-Events. 
net.sf.jaer.eventprocessing.filter Classes related to filtering Address-Events - the output of these event processors is the same type of event except that they are selectively filtered; usually this means fewer events come out of the filter than are put in. 
net.sf.jaer.eventprocessing.label Classes related to labeling Address-Events with additional interpretation, e.g. 
net.sf.jaer.graphics Rendering and diplaying address-events. 
net.sf.jaer.hardwareinterface Hardware interface to address-event devices. 
net.sf.jaer.util Various useful utility classes. 
 

Classes in net.sf.jaer.util used by ch.unizh.ini.jaer.chip.dvs320
RemoteControlled
          A RemoteContolled object implements this interface to process commands.
 

Classes in net.sf.jaer.util used by ch.unizh.ini.jaer.hardware.pantilt
ExceptionListener
          The interface for an ExceptionListener
 

Classes in net.sf.jaer.util used by ch.unizh.ini.jaer.projects.hopfield.orientationlearn
VectorHistogram
          used for histogramming results of a vector computation like orientation or direction selectivity.
 

Classes in net.sf.jaer.util used by ch.unizh.ini.jaer.projects.tobi.goalie
StateMachineStates
          Class that keeps track of state of state machine, allowing access to previous state, time since state changed, defining an initial state.
 

Classes in net.sf.jaer.util used by ch.unizh.ini.jaer.projects.tobi.zipzaps
ExceptionListener
          The interface for an ExceptionListener
 

Classes in net.sf.jaer.util used by net.sf.jaer.biasgen
ExceptionListener
          The interface for an ExceptionListener
RemoteControlCommand
          A single command decrription.
RemoteControlled
          A RemoteContolled object implements this interface to process commands.
 

Classes in net.sf.jaer.util used by net.sf.jaer.biasgen.VDAC
RemoteControlCommand
          A single command decrription.
RemoteControlled
          A RemoteContolled object implements this interface to process commands.
 

Classes in net.sf.jaer.util used by net.sf.jaer.chip
RemoteControl
          Remote control via a datagram connection.
 

Classes in net.sf.jaer.util used by net.sf.jaer.eventprocessing
WindowSaver.DontResize
          This marker interface can be implemented to avoid resizing the window
 

Classes in net.sf.jaer.util used by net.sf.jaer.eventprocessing.filter
SpikeSound
          Plays a spike sound on the speaker.
 

Classes in net.sf.jaer.util used by net.sf.jaer.eventprocessing.label
VectorHistogram
          used for histogramming results of a vector computation like orientation or direction selectivity.
 

Classes in net.sf.jaer.util used by net.sf.jaer.graphics
ExceptionListener
          The interface for an ExceptionListener
RecentFiles
          Keeps track of recent files used (e.g.
SpikeSound
          Plays a spike sound on the speaker.
 

Classes in net.sf.jaer.util used by net.sf.jaer.hardwareinterface
ExceptionListener
          The interface for an ExceptionListener
 

Classes in net.sf.jaer.util used by net.sf.jaer.util
HexFileParser.Record
           
LoggingWindowHandler
          A singleton handler for uncaught exceptions.
RemoteControlCommand
          A single command decrription.
RemoteControlled
          A RemoteContolled object implements this interface to process commands.
StateMachineStates
          Class that keeps track of state of state machine, allowing access to previous state, time since state changed, defining an initial state.
 


jAER project on SourceForge