|
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 43 of file binary_mlg_logging.cpp.

| int MLG::getSdCardFieldsCount | ( | ) |
Definition at line 39 of file binary_mlg_logging.cpp.
Referenced by sdStatistics().

| void MLG::resetFileLogging | ( | ) |
Definition at line 199 of file binary_mlg_logging.cpp.
Referenced by sdLogger().

Definition at line 56 of file binary_mlg_logging.cpp.
Referenced by writeSdLogLine().


Definition at line 108 of file binary_mlg_logging.cpp.
Referenced by writeSdLogLine().


Definition at line 181 of file binary_mlg_logging.cpp.
Referenced by mlgLogger().


|
static |
Definition at line 52 of file binary_mlg_logging.cpp.
Referenced by resetFileLogging(), and writeSdLogLine().
|
static |
Definition at line 106 of file binary_mlg_logging.cpp.
Referenced by resetFileLogging(), and writeSdBlock().
|
static |
Definition at line 54 of file binary_mlg_logging.cpp.
Referenced by writeFileHeader().