|
rusEFI
The most advanced open source ECU
|
One header which acts as gateway to current engine state.
Definition in file engine_state.h.
Data Structures | |
| class | EngineState |
Functions | |
| EngineState * | getEngineState () |
| bool | getClutchDownState () |
| bool | getBrakePedalState () |
| bool getBrakePedalState | ( | ) |
Definition at line 253 of file engine.cpp.
Referenced by LaunchControlBase::isInsideSwitchCondition(), and Engine::updateSwitchInputs().


| bool getClutchDownState | ( | ) |
Definition at line 233 of file engine.cpp.
Referenced by LaunchControlBase::isInsideSwitchCondition(), and Engine::updateSwitchInputs().


| EngineState * getEngineState | ( | ) |
Definition at line 589 of file engine.cpp.
Referenced by InjectionEvent::computeInjectionAngle(), getFuelingLoad(), getIgnitionLoad(), AlternatorController::getSetpoint(), TriggerCentral::isToothExpectedNow(), InjectionEvent::onTriggerTooth(), InjectorOutputPin::open(), Engine::periodicSlowCallback(), prepareCylinderIgnitionSchedule(), prepareOutputSignals(), InjectionEvent::updateInjectionAngle(), and wrapAngle().
