rusEFI
The most advanced open source ECU
|
This file is about configuring engine via the human-readable protocol.
Definition in file settings.h.
Functions | |
void | initSettings () |
void | printSpiState () |
void | printConfiguration () |
Prints current engine configuration to human-readable console. | |
bool | isHwQcMode () |
void | setHwQcMode () |
void | setEngineTypeAndSave (int value) |
void | setEngineType (int value, bool isWriteToFlash=true) |
void | readPin (const char *pinName) |
void | printDateTime () |
void | setDateTime (const char *const isoDateTime) |
void initSettings | ( | ) |
Definition at line 633 of file settings.cpp.
Referenced by commonInitEngineController().
bool isHwQcMode | ( | ) |
Definition at line 40 of file can_bench_test.cpp.
Referenced by CanWrite::PeriodicTask(), and OutputPin::setValue().
void printConfiguration | ( | ) |
Prints current engine configuration to human-readable console.
Definition at line 57 of file settings.cpp.
Referenced by initSettings(), setAlgorithmInt(), setCrankingInjectionMode(), setCrankingRpm(), setCrankingTimingAngle(), setEngineType(), setFiringOrder(), setGlobalTriggerAngleOffset(), setInjectionMode(), setRpmHardLimit(), and setTriggerType().
void printDateTime | ( | ) |
Definition at line 691 of file settings.cpp.
Referenced by getValue(), and initRtc().
void printSpiState | ( | ) |
Definition at line 46 of file settings.cpp.
Referenced by printConfiguration(), and setSpiMode().
void readPin | ( | const char * | pinName | ) |
Definition at line 205 of file settings.cpp.
Referenced by benchSetPinValue(), and initSettings().
void setDateTime | ( | const char *const | isoDateTime | ) |
Definition at line 699 of file settings.cpp.
Referenced by setValue().
void setEngineType | ( | int | value, |
bool | isWriteToFlash = true |
||
) |
Definition at line 735 of file settings.cpp.
Referenced by applyPreset(), processCanQcBenchTest(), and setEngineTypeAndSave().
void setEngineTypeAndSave | ( | int | value | ) |
void setHwQcMode | ( | ) |
Definition at line 48 of file can_bench_test.cpp.
Referenced by initSettings(), processCanQcBenchTest(), and qcSetEtbState().