|
jAER project on SourceForge | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jaer.aemonitor.Event
net.sf.jaer.aemonitor.EventRaw<E>
public class EventRaw<E extends java.lang.Number>
A raw address-event, having an int (32 bit) timestamp and int (32 bit) raw address
| 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 |
|---|
public int address
| Constructor Detail |
|---|
public EventRaw()
public EventRaw(int a,
int t)
a - the addresst - the timestamp| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
jAER project on SourceForge | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||