version number and reverified data recording rate

This commit is contained in:
2025-06-08 16:34:22 -05:00
parent 68a4ed1428
commit 316ae900ae
11 changed files with 85 additions and 20 deletions

View File

@@ -185,6 +185,7 @@ void DataRecorder::write_data() {
// A chunk is ready write it out
int cnt = write(out_fd, &(data_buffer[buffer_ind]), WRITE_CHUNK_SIZE);
total_bytes += cnt;
if (cnt < 0)
{
printf("File write error!\n");

Binary file not shown.