Main namespace for the MDF library.
Definition canmessage.h:17
Simple record buffer structure.
Definition samplerecord.h:20
std::vector< uint8_t > vlsd_buffer
VLSD record buffer.
Definition samplerecord.h:25
bool vlsd_data
True if the vlsd_buffer holds data.
Definition samplerecord.h:24
uint64_t timestamp
Nanosecond since midnight 1970-01-01 UTC.
Definition samplerecord.h:21
size_t SampleSize() const
Returns the size of a record buffer.
Definition samplerecord.h:28
std::vector< uint8_t > record_buffer
Record buffer (fixed size).
Definition samplerecord.h:23
uint64_t record_id
Unique record ID within the data group.
Definition samplerecord.h:22