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 * offset 0
11 */
13 /**
14 * STFT: learning bin
15 * offset 1
16 */
18 /**
19 * offset 2
20 */
22 /**
23 * offset 3
24 */
25 stft_state_e stftLearningState[FT_BANK_COUNT] = {};
26 /**
27 * need 4 byte alignment
28 * units: units
29 * offset 5
30 */
31 uint8_t alignmentFill_at_5[3] = {};
32 /**
33 * STFT: input Lambda error
34 * units: %
35 * offset 8
36 */
37 float stftInputError[FT_BANK_COUNT] = {};
38};
39static_assert(sizeof(short_term_fuel_trim_state_s) == 16);
40
41// end
42// 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
ft_region_e
stft_state_e