LogUtilities 1.5.1
A small compiled library for C logging and configuration utility functions.
Loading...
Searching...
No Matches
HeaderData Struct Reference

Structure to store header data. More...

#include <log_utilities.h>

Data Fields

ULONGLONG timestamp
 
char logVersion [16]
 
uint16_t logIndex
 
unsigned int seed
 

Detailed Description

Structure to store header data.

Field Documentation

◆ logIndex

uint16_t HeaderData::logIndex

Index of the log.

◆ logVersion

char HeaderData::logVersion[16]

Version of the log.

◆ seed

unsigned int HeaderData::seed

Random seed used for trials in this log.

◆ timestamp

ULONGLONG HeaderData::timestamp

Timestamp of the log.