|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlcm.logging.Log.Event
public static class Log.Event
Represents a single received LCM message.
| Field Summary | |
|---|---|
java.lang.String |
channel
Channel on which the message was received. |
byte[] |
data
Raw data bytes of the message body. |
long |
eventNumber
Event number assigned to the message in the log file. |
long |
utime
Time of message receipt, represented in microseconds since 00:00:00 UTC January 1, 1970. |
| Constructor Summary | |
|---|---|
Log.Event()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long utime
public long eventNumber
public byte[] data
public java.lang.String channel
| Constructor Detail |
|---|
public Log.Event()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||