LCM
|
Public Attributes | |
int64_t | eventnum |
int64_t | timestamp |
int32_t | channellen |
int32_t | datalen |
char * | channel |
void * | data |
Represents a single event (message) in a log file.
char* lcm_eventlog_event_t::channel |
Channel that the message was received on
int32_t lcm_eventlog_event_t::channellen |
Length of channel
, in bytes
void* lcm_eventlog_event_t::data |
Raw byte buffer containing the message payload.
int32_t lcm_eventlog_event_t::datalen |
Length of data
, in bytes
int64_t lcm_eventlog_event_t::eventnum |
A monotonically increasing number assigned to the message to identify it in the log file.
int64_t lcm_eventlog_event_t::timestamp |
Time that the message was received, in microseconds since the UNIX epoch