2020-05-07 05:52:32 -07:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "globalaccess.h"
|
|
|
|
#include "engine_configuration_generated_structures.h"
|
|
|
|
|
|
|
|
float fuelClosedLoopCorrection(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
|
|
|
size_t computeStftBin(int rpm, float load, stft_s& cfg);
|
2020-09-19 00:44:01 -07:00
|
|
|
bool shouldUpdateCorrection(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|