Fawkes API  Fawkes Development Version
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
bblog_entry_header Struct Reference

BBLogger entry header. More...

#include <file.h>

List of all members.

Public Attributes

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

Detailed Description

BBLogger entry header.

This header is written before every data block.

Definition at line 75 of file file.h.


Member Data Documentation

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().

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().


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