Driver for the VN100S IMU.
Statistics for the logger.
int32_t queuedSamples
Number of samples written to buffer.
int32_t buffersWritten
Number of buffers written to disk.
int32_t queuedMappings
Number of mappings written to buffer.
int32_t buffersFilled
Number of buffers filled.
int32_t logNumber
Number of dropped samples because they where too large.
int32_t lastWriteError
Error of the last fwrite() that failed.
int32_t droppedSamples
Number of dropped samples due to fifo full.
int32_t maxWriteTime
Max time for an fwrite() of a buffer.
int32_t averageWriteTime
Average time for an fwrite() of a buffer.
static constexpr auto reflect()
int32_t writesFailed
Number of fwrite() that failed.