|
LCM
|
Stores the raw bytes and timestamp of a received message. More...
#include <lcm/lcm-cpp.hpp>
Public Attributes | |
| void * | data |
| uint32_t | data_size |
| int64_t | recv_utime |
Stores the raw bytes and timestamp of a received message.
| void* lcm::ReceiveBuffer::data |
Message payload data, represented as a raw byte buffer.
| uint32_t lcm::ReceiveBuffer::data_size |
Length of message payload, in bytes.
| int64_t lcm::ReceiveBuffer::recv_utime |
Timestamp identifying when the message was received. Specified in microseconds since the UNIX epoch.