jAER project on SourceForge

net.sf.jaer.aemonitor
Class EventRaw<E extends java.lang.Number>

java.lang.Object
  extended by net.sf.jaer.aemonitor.Event
      extended by net.sf.jaer.aemonitor.EventRaw<E>

public class EventRaw<E extends java.lang.Number>
extends Event

A raw address-event, having an int (32 bit) timestamp and int (32 bit) raw address

Author:
tobi

Field Summary
 int address
           
 
Fields inherited from class net.sf.jaer.aemonitor.Event
timestamp
 
Constructor Summary
EventRaw()
          Creates a new instance of EventRaw
EventRaw(int a, int t)
          Creates a new instance of EventRaw
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

address

public int address
Constructor Detail

EventRaw

public EventRaw()
Creates a new instance of EventRaw


EventRaw

public EventRaw(int a,
                int t)
Creates a new instance of EventRaw

Parameters:
a - the address
t - the timestamp
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

jAER project on SourceForge