rusEFI
The most advanced open source ECU
|
#include <short_term_fuel_trim_state_generated.h>
Data Fields | |
uint8_t | stftCorrectionBinIdx = (uint8_t)0 |
uint8_t | stftLearningBinIdx = (uint8_t)0 |
stft_state_e | stftCorrectionState |
stft_state_e | stftLearningState [FT_BANK_COUNT] = {} |
uint8_t | alignmentFill_at_5 [3] = {} |
float | stftInputError [FT_BANK_COUNT] = {} |
Definition at line 7 of file short_term_fuel_trim_state_generated.h.
uint8_t short_term_fuel_trim_state_s::alignmentFill_at_5[3] = {} |
need 4 byte alignment units: units offset 5
Definition at line 33 of file short_term_fuel_trim_state_generated.h.
uint8_t short_term_fuel_trim_state_s::stftCorrectionBinIdx = (uint8_t)0 |
STFT: used bin units: Bin offset 0
Definition at line 13 of file short_term_fuel_trim_state_generated.h.
Referenced by ShortTermFuelTrim::getCorrection().
stft_state_e short_term_fuel_trim_state_s::stftCorrectionState |
offset 2
Definition at line 23 of file short_term_fuel_trim_state_generated.h.
Referenced by ShortTermFuelTrim::getCorrection().
float short_term_fuel_trim_state_s::stftInputError[FT_BANK_COUNT] = {} |
STFT: input Lambda error units: % offset 8
Definition at line 39 of file short_term_fuel_trim_state_generated.h.
Referenced by ShortTermFuelTrim::getCorrection().
uint8_t short_term_fuel_trim_state_s::stftLearningBinIdx = (uint8_t)0 |
STFT: learning bin units: Bin offset 1
Definition at line 19 of file short_term_fuel_trim_state_generated.h.
Referenced by ShortTermFuelTrim::getCorrection().
stft_state_e short_term_fuel_trim_state_s::stftLearningState[FT_BANK_COUNT] = {} |
offset 3
Definition at line 27 of file short_term_fuel_trim_state_generated.h.
Referenced by ShortTermFuelTrim::getCorrection().