Fawkes API  Fawkes Development Version
bblog_entry_header Struct Reference

BBLogger entry header. More...

#include <file.h>

Public Attributes

uint32_t rel_time_sec
 time since start time, seconds More...
 
uint32_t rel_time_usec
 time since start time, microseconds More...
 

Detailed Description

BBLogger entry header.

This header is written before every data block.

Definition at line 75 of file file.h.

Member Data Documentation

◆ rel_time_sec

uint32_t bblog_entry_header::rel_time_sec

time since start time, seconds

Definition at line 76 of file file.h.

Referenced by BBLogFile::read_next(), and BBLoggerThread::set_threadlist().

◆ rel_time_usec

uint32_t bblog_entry_header::rel_time_usec

time since start time, microseconds

Definition at line 77 of file file.h.

Referenced by BBLogFile::read_next(), and BBLoggerThread::set_threadlist().


The documentation for this struct was generated from the following file: