rusEFI
The most advanced open source ECU
Functions | Variables
speed_density.cpp File Reference

Detailed Description

See http://rusefi.com/wiki/index.php?title=Manual:Software:Fuel_Control#Speed_Density for details

Date
May 29, 2014
Author
Andrey Belomutskiy, (c) 2012-2020

Definition in file speed_density.cpp.

Functions

void initSpeedDensity ()
 

Variables

fuel_Map3D_t veMap
 

Function Documentation

◆ initSpeedDensity()

void initSpeedDensity ( )

Definition at line 117 of file speed_density.cpp.

117  {
119 }
void initTable(TValueInit(&table)[TRowNum][TColNum], const TXColumnInit(&columnBins)[TColNum], const TRowInit(&rowBins)[TRowNum])
Definition: table_helper.h:33
persistent_config_s * config
fuel_Map3D_t veMap
scaled_channel< uint16_t, 10, 1 > veTable[FUEL_LOAD_COUNT][FUEL_RPM_COUNT]

Referenced by initDataStructures().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ veMap

fuel_Map3D_t veMap

Definition at line 28 of file speed_density.cpp.

Referenced by initSpeedDensity().

Go to the source code of this file.