jAER project on SourceForge

Uses of Interface
net.sf.jaer.util.RemoteControlled

Packages that use RemoteControlled
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.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.util Various useful utility classes. 
 

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

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

Uses of RemoteControlled in net.sf.jaer.biasgen
 

Classes in net.sf.jaer.biasgen that implement RemoteControlled
 class IPot
          Describes an IPot, Bernabe Linares Barranco's name for a programamble current source.
 

Uses of RemoteControlled in net.sf.jaer.biasgen.VDAC
 

Classes in net.sf.jaer.biasgen.VDAC that implement RemoteControlled
 class VPot
          Describes a voltage bias, controlled by a voltage that is generated by a voltage DAC.
 

Uses of RemoteControlled in net.sf.jaer.util
 

Methods in net.sf.jaer.util with parameters of type RemoteControlled
 void RemoteControl.addCommandListener(RemoteControlled remoteControlled, java.lang.String cmd, java.lang.String description)
          Objects that want to receive commands should add themselves here with a command string and command description (for showing help).
 


jAER project on SourceForge