rusEFI
The most advanced open source ECU
|
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 scaled_channel< uint32_t, TIME_PRECISION > | packedTime |
static uint64_t | binaryLogCount = 0 |
static const uint16_t | recordLength = computeFieldsRecordLength() |
static uint8_t | blockRollCounter = 0 |
|
staticconstexpr |
Definition at line 34 of file binary_logging.cpp.
int getSdCardFieldsCount | ( | ) |
Definition at line 30 of file binary_logging.cpp.
Referenced by sdStatistics().
void resetFileLogging | ( | ) |
Definition at line 171 of file binary_logging.cpp.
Referenced by sdLogger().
Definition at line 47 of file binary_logging.cpp.
Referenced by writeSdLogLine().
Definition at line 99 of file binary_logging.cpp.
Referenced by writeSdLogLine().
Definition at line 152 of file binary_logging.cpp.
Referenced by mlgLogger().
|
static |
Definition at line 43 of file binary_logging.cpp.
Referenced by resetFileLogging(), and writeSdLogLine().
|
static |
Definition at line 97 of file binary_logging.cpp.
Referenced by resetFileLogging(), and writeSdBlock().
|
static |
Definition at line 23 of file binary_logging.cpp.
Referenced by writeSdBlock().
|
static |
Definition at line 45 of file binary_logging.cpp.
Referenced by writeFileHeader().