|
LCM
|
Public Attributes | |
| void * | data |
| uint32_t | data_size |
| int64_t | recv_utime |
| lcm_t * | lcm |
Received messages are passed to user programs using this data structure. Each instance represents one message.
| void* lcm_recv_buf_t::data |
the data received (raw bytes)
| uint32_t lcm_recv_buf_t::data_size |
the length of the data received (in bytes)
| lcm_t* lcm_recv_buf_t::lcm |
pointer to the lcm_t struct that owns this buffer
| int64_t lcm_recv_buf_t::recv_utime |
timestamp (micrseconds since the epoch) at which the message was received.