Log file types. More...

Data Structures

struct  gos_log_file_stats_t
 Information about a log file. More...
 

Typedefs

typedef uint16_t gos_log_file_header_t
 Header prepended to each log record. More...
 

Detailed Description

Log file types.

Typedef Documentation

◆ gos_log_file_header_t

typedef uint16_t gos_log_file_header_t

Header prepended to each log record.

Note
If the most-significant bit is cleared (i.e. 0) then the record is valid else the record is invalid (i.e. the log record data may not have been successfully written)