|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AEMapper
Interface for an event mapper - a device that maps packets of events from input to output.
Method Summary | |
---|---|
boolean |
isMappingEnabled()
|
boolean |
isMappingPassThrough()
|
AEPacketRaw |
mapPacket(AEPacketRaw input)
maps from input to output packet using the mapping and depending on the flags |
void |
setMappingEnabled(boolean yes)
Enables mapping. |
void |
setMappingPassThrough(boolean yes)
Sets identity mapping - all events just pass straight through. |
Method Detail |
---|
AEPacketRaw mapPacket(AEPacketRaw input)
input
- the input packet
void setMappingPassThrough(boolean yes)
yes
- true to set identity mapping, false to activate normal mapper function.void setMappingEnabled(boolean yes)
yes
- true to enable mapping. False means that events will not be mapped from input to output.boolean isMappingPassThrough()
boolean isMappingEnabled()
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |