|
LogUtilities 1.5.1
A small compiled library for C logging and configuration utility functions.
|
Structure to store header data. More...
#include <log_utilities.h>
Data Fields | |
| ULONGLONG | timestamp |
| char | logVersion [16] |
| uint16_t | logIndex |
| unsigned int | seed |
Structure to store header data.
| uint16_t HeaderData::logIndex |
Index of the log.
| char HeaderData::logVersion[16] |
Version of the log.
| unsigned int HeaderData::seed |
Random seed used for trials in this log.
| ULONGLONG HeaderData::timestamp |
Timestamp of the log.