|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttuwien.auto.calimero.buffer.LDataObjectQueue.QueueItem
public static final class LDataObjectQueue.QueueItem
Represents an item in the queue, holding one L-Data frame and its timestamp.
Constructor Summary | |
---|---|
LDataObjectQueue.QueueItem(CEMILData frame,
long timestamp)
Creates a new QueueItem. |
Method Summary | |
---|---|
CEMILData |
getFrame()
Returns the L-Data frame for this item. |
long |
getTimestamp()
Returns the timestamp for this item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LDataObjectQueue.QueueItem(CEMILData frame, long timestamp)
frame
- item L-Data frametimestamp
- item timestampMethod Detail |
---|
public CEMILData getFrame()
public long getTimestamp()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |