rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
long_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/long_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 long_term_fuel_trim_state_s
8 /**
9 * LTFT learning: hits
10 * units: cnt
11 * offset 0
12 */
13 uint32_t ltftCntHit = (uint32_t)0;
14 /**
15 * LTFT learning: miss
16 * units: cnt
17 * offset 4
18 */
19 uint32_t ltftCntMiss = (uint32_t)0;
20 /**
21 * LTFT learning: in deadband
22 * units: cnt
23 * offset 8
24 */
25 uint32_t ltftCntDeadband = (uint32_t)0;
26 /**
27 * LTFT learning
28 offset 12 bit 0 */
29 bool ltftLearning : 1 {};
30 /**
31 * LTFT correcting
32 offset 12 bit 1 */
33 bool ltftCorrecting : 1 {};
34 /**
35 * LTFT saving
36 offset 12 bit 2 */
37 bool ltftSavePending : 1 {};
38 /**
39 * LTFT loading calibration
40 offset 12 bit 3 */
41 bool ltftLoadPending : 1 {};
42 /**
43 * LTFT loading calibration error
44 offset 12 bit 4 */
45 bool ltftLoadError : 1 {};
46 /**
47 * LTFT page refresh frag
48 offset 12 bit 5 */
50 /**
51 offset 12 bit 6 */
52 bool unusedBit_9_6 : 1 {};
53 /**
54 offset 12 bit 7 */
55 bool unusedBit_9_7 : 1 {};
56 /**
57 offset 12 bit 8 */
58 bool unusedBit_9_8 : 1 {};
59 /**
60 offset 12 bit 9 */
61 bool unusedBit_9_9 : 1 {};
62 /**
63 offset 12 bit 10 */
64 bool unusedBit_9_10 : 1 {};
65 /**
66 offset 12 bit 11 */
67 bool unusedBit_9_11 : 1 {};
68 /**
69 offset 12 bit 12 */
70 bool unusedBit_9_12 : 1 {};
71 /**
72 offset 12 bit 13 */
73 bool unusedBit_9_13 : 1 {};
74 /**
75 offset 12 bit 14 */
76 bool unusedBit_9_14 : 1 {};
77 /**
78 offset 12 bit 15 */
79 bool unusedBit_9_15 : 1 {};
80 /**
81 offset 12 bit 16 */
82 bool unusedBit_9_16 : 1 {};
83 /**
84 offset 12 bit 17 */
85 bool unusedBit_9_17 : 1 {};
86 /**
87 offset 12 bit 18 */
88 bool unusedBit_9_18 : 1 {};
89 /**
90 offset 12 bit 19 */
91 bool unusedBit_9_19 : 1 {};
92 /**
93 offset 12 bit 20 */
94 bool unusedBit_9_20 : 1 {};
95 /**
96 offset 12 bit 21 */
97 bool unusedBit_9_21 : 1 {};
98 /**
99 offset 12 bit 22 */
100 bool unusedBit_9_22 : 1 {};
101 /**
102 offset 12 bit 23 */
103 bool unusedBit_9_23 : 1 {};
104 /**
105 offset 12 bit 24 */
106 bool unusedBit_9_24 : 1 {};
107 /**
108 offset 12 bit 25 */
109 bool unusedBit_9_25 : 1 {};
110 /**
111 offset 12 bit 26 */
112 bool unusedBit_9_26 : 1 {};
113 /**
114 offset 12 bit 27 */
115 bool unusedBit_9_27 : 1 {};
116 /**
117 offset 12 bit 28 */
118 bool unusedBit_9_28 : 1 {};
119 /**
120 offset 12 bit 29 */
121 bool unusedBit_9_29 : 1 {};
122 /**
123 offset 12 bit 30 */
124 bool unusedBit_9_30 : 1 {};
125 /**
126 offset 12 bit 31 */
127 bool unusedBit_9_31 : 1 {};
128 /**
129 * LTFT: Bank
130 * units: %
131 * offset 16
132 */
133 float ltftCorrection[FT_BANK_COUNT] = {};
134 /**
135 * LTFT: Total Bank
136 * units: %
137 * offset 24
138 */
139 float ltftAccummulatedCorrection[FT_BANK_COUNT] = {};
140};
141static_assert(sizeof(long_term_fuel_trim_state_s) == 32);
142
143// end
144// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/long_term_fuel_trim_state.txt