jAER project on SourceForge

Uses of Class
net.sf.jaer.biasgen.IPot

Packages that use IPot
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.chip.retina Classes related to particular retina chips. 
net.sf.jaer.biasgen Classes related to ipot on-chip programmable bias current generator. 
 

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

Subclasses of IPot in ch.unizh.ini.jaer.chip.dvs320
 class ConfigurableIPot
          An IPot with full configurability.
 class ConstrainedConfigurableIPot
          A ConfigurableIPot constrained to share a buffer current in common with other ConstrainedConfigurableIPots.
 

Uses of IPot in ch.unizh.ini.jaer.chip.retina
 

Methods in ch.unizh.ini.jaer.chip.retina that return IPot
 IPot Tmpdiff128.Biasgen.getDiff()
           
 IPot Tmpdiff128.Biasgen.getDiffOff()
           
 IPot Tmpdiff128.Biasgen.getDiffOn()
           
 IPot Tmpdiff128.Biasgen.getPr()
           
 IPot Tmpdiff128.Biasgen.getRefr()
           
 IPot Tmpdiff128.Biasgen.getSf()
           
 

Uses of IPot in net.sf.jaer.biasgen
 

Methods in net.sf.jaer.biasgen that return IPot
 IPot IPotGUIControl.getPot()
           
 IPot IPotArray.ShiftRegisterIterator.next()
           
 

Methods in net.sf.jaer.biasgen with parameters of type IPot
 int IPotArray.ShiftRegisterComparator.compare(IPot p1, IPot p2)
          Compares two pots.
 boolean IPotArray.ShiftRegisterComparator.equals(IPot p1, IPot p2)
           
 

Constructors in net.sf.jaer.biasgen with parameters of type IPot
IPotGUIControl(IPot pot)
          Creates a new instance of IPotGUIControl
IPotSliderTextControl(IPot pot)
          Creates new form IPotSliderTextControl for a pot and BiasgenFrame
 


jAER project on SourceForge