jAER project on SourceForge

Uses of Interface
net.sf.jaer.aemapper.AEMapper

Packages that use AEMapper
net.sf.jaer.aemapper Classes related to remapping events from sender to receiver. 
net.sf.jaer.hardwareinterface.usb.cypressfx2 Cypress FX2 USB interfaces using Thesycon USB driver. 
 

Uses of AEMapper in net.sf.jaer.aemapper
 

Classes in net.sf.jaer.aemapper that implement AEMapper
 class AbstractAEMapper
          An abstract AEMapper that only needs implementation of getMapping method.
 

Methods in net.sf.jaer.aemapper that return types with arguments of type AEMapper
 java.util.Collection<AEMapper> AESoftMapper.getAEMappers()
           
 

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

Methods in net.sf.jaer.hardwareinterface.usb.cypressfx2 that return types with arguments of type AEMapper
 java.util.Collection<AEMapper> CypressFX2MonitorSequencer.getAEMappers()
           
 


jAER project on SourceForge