rusEFI
The most advanced open source ECU
|
This file is part of rusEfi - see http://rusefi.com
rusEfi is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
rusEfi is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file ignition_state.cpp.
Functions | |
angle_t | getRunningAdvance (float rpm, float engineLoad) |
angle_t | getCltTimingCorrection (float engineLoad) |
angle_t | getAdvanceCorrections (float engineLoad) |
angle_t | getCrankingAdvance (float rpm, float engineLoad) |
PUBLIC_API_WEAK_SOMETHING_WEIRD angle_t | getCylinderIgnitionTrim (size_t cylinderNumber, float rpm, float ignitionLoad) |
size_t | getMultiSparkCount (float rpm) |
void | initIgnitionAdvanceControl () |
Variables | |
float | minCrankingRpm = 0 |
static Map3D< TRACTION_CONTROL_ETB_DROP_SLIP_SIZE, TRACTION_CONTROL_ETB_DROP_SPEED_SIZE, int8_t, uint16_t, uint8_t > | tcTimingDropTable {"tct"} |
static Map3D< TRACTION_CONTROL_ETB_DROP_SLIP_SIZE, TRACTION_CONTROL_ETB_DROP_SPEED_SIZE, int8_t, uint16_t, uint8_t > | tcSparkSkipTable {"tcs"} |
Definition at line 168 of file ignition_state.cpp.
Referenced by IgnitionState::getAdvance().
Definition at line 151 of file ignition_state.cpp.
Definition at line 202 of file ignition_state.cpp.
Referenced by IgnitionState::getAdvance().
PUBLIC_API_WEAK_SOMETHING_WEIRD angle_t getCylinderIgnitionTrim | ( | size_t | cylinderNumber, |
float | rpm, | ||
float | ignitionLoad | ||
) |
Definition at line 263 of file ignition_state.cpp.
Referenced by EngineState::periodicFastCallback().
Definition at line 267 of file ignition_state.cpp.
Referenced by EngineState::periodicFastCallback().
Definition at line 41 of file ignition_state.cpp.
Referenced by IgnitionState::getAdvance(), and getCrankingAdvance().
void initIgnitionAdvanceControl | ( | ) |
Definition at line 305 of file ignition_state.cpp.
Referenced by commonInitEngineController().
float minCrankingRpm = 0 |
Definition at line 31 of file ignition_state.cpp.
Referenced by getCrankingAdvance().
|
static |
Definition at line 34 of file ignition_state.cpp.
Referenced by getRunningAdvance(), and initIgnitionAdvanceControl().
|
static |
Definition at line 33 of file ignition_state.cpp.
Referenced by getRunningAdvance(), and initIgnitionAdvanceControl().