Go to the source code of this file.
◆ LoadSource
The load source for various tables.
Enumerator |
---|
LOAD_SOURCE_MAP | Manifold Absolute Pressure (MAP). Aka Intake MAP (IMAP). I.e. a pressure sensor that reads the pressure (positive or negative) in the intake manifold
|
LOAD_SOURCE_TPS | Throttle Position Sensor (TPS)
|
LOAD_SOURCE_IMAPEMAP | Ratio of intake pressure to exhaust pressure. A variation of the standard MAP that uses the ratio of inlet manifold pressure to exhaust manifold pressure, something that is particularly useful on turbo engines.
|
◆ getLoad()
Get the load value, based the supplied algorithm.
- Parameters
-
algorithm | The load algorithm |
current | The current system state, from which the load is computed. |
- Returns
- The load.