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. More... | |
void | scheduleStopEngine () |
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 629 of file settings.cpp.
Referenced by commonInitEngineController().
void printConfiguration | ( | ) |
Prints current engine configuration to human-readable console.
Definition at line 55 of file settings.cpp.
Referenced by initSettings(), setAlgorithmInt(), setCrankingInjectionMode(), setCrankingRpm(), setCrankingTimingAngle(), setEngineType(), setFiringOrder(), setGlobalTriggerAngleOffset(), setInjectionMode(), setRpmHardLimit(), and setTriggerType().
void printDateTime | ( | ) |
Definition at line 688 of file settings.cpp.
Referenced by getValue(), and initRtc().
void printSpiState | ( | ) |
Definition at line 44 of file settings.cpp.
Referenced by printConfiguration(), and setSpiMode().
void readPin | ( | const char * | pinName | ) |
Definition at line 201 of file settings.cpp.
Referenced by benchSetPinValue(), and initSettings().
void scheduleStopEngine | ( | ) |
See 'LimpManager::isEngineStop' for code which actually stops engine
Definition at line 456 of file settings.cpp.
Referenced by executeTSCommand(), initSettings(), and Engine::isInShutdownMode().
void setDateTime | ( | const char *const | isoDateTime | ) |
Definition at line 696 of file settings.cpp.
Referenced by setValue().
void setEngineType | ( | int | value, |
bool | isWriteToFlash = true |
||
) |
Definition at line 729 of file settings.cpp.
Referenced by executeTSCommand(), processCanQcBenchTest(), and setEngineTypeAndSave().
void setEngineTypeAndSave | ( | int | value | ) |