An internal message object used to track how many bytes were written to a data buffer. More...
Public Attributes | |
size_t | bytes_written = 0 |
std::shared_ptr< std::vector< uint8_t > > | data |
crl::multisense::details::wire::IdType | type = 0 |
An internal message object used to track how many bytes were written to a data buffer.
Definition at line 270 of file message.hh.
size_t multisense::legacy::MessageAssembler::InternalMessage::bytes_written = 0 |
Definition at line 273 of file message.hh.
std::shared_ptr<std::vector<uint8_t> > multisense::legacy::MessageAssembler::InternalMessage::data |
Definition at line 274 of file message.hh.
crl::multisense::details::wire::IdType multisense::legacy::MessageAssembler::InternalMessage::type = 0 |
Definition at line 272 of file message.hh.