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