jAER project on SourceForge

net.sf.jaer.event
Interface EventPacketInterface<T extends BasicEvent>


public interface EventPacketInterface<T extends BasicEvent>

Author:
tobi

Method Summary
 void clear()
           
 void display(AEChip chip)
           
 java.lang.String getDescription()
           
 int getDurationUs()
           
 T getEvent(int k)
           
 int getFirstTimestamp()
           
 int getLastTimestamp()
           
 int getNumCellTypes()
           
 int getSize()
           
 void render(AEChip chip)
           
 

Method Detail

getDescription

java.lang.String getDescription()

getEvent

T getEvent(int k)

getSize

int getSize()

clear

void clear()

getNumCellTypes

int getNumCellTypes()

getDurationUs

int getDurationUs()
Returns:
time interval for packet - from first to last event, in timestamp ticks. Returns 0 if there are fewer than two events.

getFirstTimestamp

int getFirstTimestamp()

getLastTimestamp

int getLastTimestamp()

render

void render(AEChip chip)

display

void display(AEChip chip)

jAER project on SourceForge