rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
closed_loop_idle_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/closed_loop_idle.txt
2// by class com.rusefi.output.CHeaderConsumer
3// begin
4#pragma once
5#include "rusefi_types.h"
6// start of closed_loop_idle_s
8 /**
9 offset 0 bit 0 */
10 bool isStableIdle : 1 {};
11 /**
12 offset 0 bit 1 */
13 bool unusedBit_1_1 : 1 {};
14 /**
15 offset 0 bit 2 */
16 bool unusedBit_1_2 : 1 {};
17 /**
18 offset 0 bit 3 */
19 bool unusedBit_1_3 : 1 {};
20 /**
21 offset 0 bit 4 */
22 bool unusedBit_1_4 : 1 {};
23 /**
24 offset 0 bit 5 */
25 bool unusedBit_1_5 : 1 {};
26 /**
27 offset 0 bit 6 */
28 bool unusedBit_1_6 : 1 {};
29 /**
30 offset 0 bit 7 */
31 bool unusedBit_1_7 : 1 {};
32 /**
33 offset 0 bit 8 */
34 bool unusedBit_1_8 : 1 {};
35 /**
36 offset 0 bit 9 */
37 bool unusedBit_1_9 : 1 {};
38 /**
39 offset 0 bit 10 */
40 bool unusedBit_1_10 : 1 {};
41 /**
42 offset 0 bit 11 */
43 bool unusedBit_1_11 : 1 {};
44 /**
45 offset 0 bit 12 */
46 bool unusedBit_1_12 : 1 {};
47 /**
48 offset 0 bit 13 */
49 bool unusedBit_1_13 : 1 {};
50 /**
51 offset 0 bit 14 */
52 bool unusedBit_1_14 : 1 {};
53 /**
54 offset 0 bit 15 */
55 bool unusedBit_1_15 : 1 {};
56 /**
57 offset 0 bit 16 */
58 bool unusedBit_1_16 : 1 {};
59 /**
60 offset 0 bit 17 */
61 bool unusedBit_1_17 : 1 {};
62 /**
63 offset 0 bit 18 */
64 bool unusedBit_1_18 : 1 {};
65 /**
66 offset 0 bit 19 */
67 bool unusedBit_1_19 : 1 {};
68 /**
69 offset 0 bit 20 */
70 bool unusedBit_1_20 : 1 {};
71 /**
72 offset 0 bit 21 */
73 bool unusedBit_1_21 : 1 {};
74 /**
75 offset 0 bit 22 */
76 bool unusedBit_1_22 : 1 {};
77 /**
78 offset 0 bit 23 */
79 bool unusedBit_1_23 : 1 {};
80 /**
81 offset 0 bit 24 */
82 bool unusedBit_1_24 : 1 {};
83 /**
84 offset 0 bit 25 */
85 bool unusedBit_1_25 : 1 {};
86 /**
87 offset 0 bit 26 */
88 bool unusedBit_1_26 : 1 {};
89 /**
90 offset 0 bit 27 */
91 bool unusedBit_1_27 : 1 {};
92 /**
93 offset 0 bit 28 */
94 bool unusedBit_1_28 : 1 {};
95 /**
96 offset 0 bit 29 */
97 bool unusedBit_1_29 : 1 {};
98 /**
99 offset 0 bit 30 */
100 bool unusedBit_1_30 : 1 {};
101 /**
102 offset 0 bit 31 */
103 bool unusedBit_1_31 : 1 {};
104 /**
105 * offset 4
106 */
107 float emaError = (float)0;
108};
109static_assert(sizeof(closed_loop_idle_s) == 8);
110
111// end
112// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/math/closed_loop_idle.txt