rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
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

ve_Map3D_t veMap {"ve"}
 

Function Documentation

◆ initSpeedDensity()

void initSpeedDensity ( )

Definition at line 108 of file speed_density.cpp.

108 {
110}
void initTable(TValueInit(&table)[TRowNum][TColNum], const TXColumnInit(&columnBins)[TColNum], const TRowInit(&rowBins)[TRowNum])
static constexpr persistent_config_s * config
ve_Map3D_t veMap
scaled_channel< uint16_t, 10, 1 > veTable[VE_LOAD_COUNT][VE_RPM_COUNT]

Referenced by initDataStructures().

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

Variable Documentation

◆ veMap

ve_Map3D_t veMap {"ve"}

Definition at line 19 of file speed_density.cpp.

19{"ve"};

Referenced by initSpeedDensity().

Go to the source code of this file.