rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
short_term_fuel_trim_state_generated.h
Go to the documentation of this file.
1// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/math/short_term_fuel_trim_state.txt
2// by class com.rusefi.output.CHeaderConsumer
3// begin
4#pragma once
5#include "rusefi_types.h"
6// start of short_term_fuel_trim_state_s
8 /**
9 * STFT: used bin
10 * units: Bin
11 * offset 0
12 */
13 uint8_t stftCorrectionBinIdx = (uint8_t)0;
14 /**
15 * STFT: learning bin
16 * units: Bin
17 * offset 1
18 */
19 uint8_t stftLearningBinIdx = (uint8_t)0;
20 /**
21 * offset 2
22 */
24 /**
25 * offset 3
26 */
27 stft_state_e stftLearningState[FT_BANK_COUNT] = {};
28 /**
29 * need 4 byte alignment
30 * units: units
31 * offset 5
32 */
33 uint8_t alignmentFill_at_5[3] = {};
34 /**
35 * STFT: input Lambda error
36 * units: %
37 * offset 8
38 */
39 float stftInputError[FT_BANK_COUNT] = {};
40};
41static_assert(sizeof(short_term_fuel_trim_state_s) == 16);
42
43// end
44// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/math/short_term_fuel_trim_state.txt
stft_state_e