jAER project on SourceForge

ch.unizh.ini.jaer.chip.cochlea
Class CochleaAERb.Extractor

java.lang.Object
  extended by net.sf.jaer.chip.TypedEventExtractor
      extended by ch.unizh.ini.jaer.chip.cochlea.CochleaAERb.Extractor
All Implemented Interfaces:
java.io.Serializable, EventExtractor2D
Enclosing class:
CochleaAERb

public class CochleaAERb.Extractor
extends TypedEventExtractor

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.jaer.chip.TypedEventExtractor
chip, fliptype, flipx, flipy, hexArrangement, out, rotate, typemask, typeshift, xmask, xshift, ymask, yshift
 
Constructor Summary
CochleaAERb.Extractor(AEChip chip)
           
 
Method Summary
 byte getTypeFromAddress(int addr)
          gets type from raw address.
 
Methods inherited from class net.sf.jaer.chip.TypedEventExtractor
extractPacket, extractPacket, getAddressFromCell, getSubsampleThresholdEventCount, getTypemask, getTypeshift, getUsedBits, getXFromAddress, getXmask, getXshift, getYFromAddress, getYmask, getYshift, isFliptype, isFlipx, isFlipy, isSubsamplingEnabled, matchesAddress, reconstructRawPacket, setFliptype, setFlipx, setFlipy, setSubsampleThresholdEventCount, setSubsamplingEnabled, setTypemask, setTypeshift, setXmask, setXshift, setYmask, setYshift
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CochleaAERb.Extractor

public CochleaAERb.Extractor(AEChip chip)
Method Detail

getTypeFromAddress

public byte getTypeFromAddress(int addr)
Description copied from class: TypedEventExtractor
gets type from raw address. declared final for speed, cannot be overridden in subclass.

Specified by:
getTypeFromAddress in interface EventExtractor2D
Overrides:
getTypeFromAddress in class TypedEventExtractor
Parameters:
addr - the raw address.
Returns:
physical address

jAER project on SourceForge