rusEFI
The most advanced open source ECU
|
Namespaces | |
namespace | Entries |
namespace | Types |
Functions | |
int | getSdCardFieldsCount () |
static constexpr uint16_t | computeFieldsRecordLength () |
static size_t | writeFileHeader (Writer &outBuffer) |
static size_t | writeSdBlock (Writer &outBuffer) |
size_t | writeSdLogLine (Writer &bufferedWriter) |
void | resetFileLogging () |
Variables | |
static uint64_t | binaryLogCount = 0 |
static const uint16_t | recordLength = computeFieldsRecordLength() |
static uint8_t | blockRollCounter = 0 |
|
staticconstexpr |
Definition at line 41 of file binary_mlg_logging.cpp.
int MLG::getSdCardFieldsCount | ( | ) |
Definition at line 37 of file binary_mlg_logging.cpp.
Referenced by sdStatistics().
void MLG::resetFileLogging | ( | ) |
Definition at line 197 of file binary_mlg_logging.cpp.
Referenced by sdLogger().
Definition at line 54 of file binary_mlg_logging.cpp.
Referenced by writeSdLogLine().
Definition at line 106 of file binary_mlg_logging.cpp.
Referenced by writeSdLogLine().
Definition at line 179 of file binary_mlg_logging.cpp.
Referenced by mlgLogger().
|
static |
Definition at line 50 of file binary_mlg_logging.cpp.
Referenced by resetFileLogging(), and writeSdLogLine().
|
static |
Definition at line 104 of file binary_mlg_logging.cpp.
Referenced by resetFileLogging(), and writeSdBlock().
|
static |
Definition at line 52 of file binary_mlg_logging.cpp.
Referenced by writeFileHeader().