rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
antilag_system_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/algo/antilag_system_state.txt
2// by class com.rusefi.output.CHeaderConsumer
3// begin
4#pragma once
5#include "rusefi_types.h"
6// start of antilag_system_state_s
8 /**
9 offset 0 bit 0 */
10 bool isAntilagCondition : 1 {};
11 /**
12 offset 0 bit 1 */
13 bool ALSMinRPMCondition : 1 {};
14 /**
15 offset 0 bit 2 */
16 bool ALSMaxRPMCondition : 1 {};
17 /**
18 offset 0 bit 3 */
19 bool ALSMinCLTCondition : 1 {};
20 /**
21 offset 0 bit 4 */
22 bool ALSMaxCLTCondition : 1 {};
23 /**
24 offset 0 bit 5 */
26 /**
27 offset 0 bit 6 */
29 /**
30 offset 0 bit 7 */
32 /**
33 offset 0 bit 8 */
34 bool ALSSwitchCondition : 1 {};
35 /**
36 offset 0 bit 9 */
37 bool ALSTimerCondition : 1 {};
38 /**
39 offset 0 bit 10 */
40 bool luaAntilagState : 1 {};
41 /**
42 offset 0 bit 11 */
43 bool unusedBit_11_11 : 1 {};
44 /**
45 offset 0 bit 12 */
46 bool unusedBit_11_12 : 1 {};
47 /**
48 offset 0 bit 13 */
49 bool unusedBit_11_13 : 1 {};
50 /**
51 offset 0 bit 14 */
52 bool unusedBit_11_14 : 1 {};
53 /**
54 offset 0 bit 15 */
55 bool unusedBit_11_15 : 1 {};
56 /**
57 offset 0 bit 16 */
58 bool unusedBit_11_16 : 1 {};
59 /**
60 offset 0 bit 17 */
61 bool unusedBit_11_17 : 1 {};
62 /**
63 offset 0 bit 18 */
64 bool unusedBit_11_18 : 1 {};
65 /**
66 offset 0 bit 19 */
67 bool unusedBit_11_19 : 1 {};
68 /**
69 offset 0 bit 20 */
70 bool unusedBit_11_20 : 1 {};
71 /**
72 offset 0 bit 21 */
73 bool unusedBit_11_21 : 1 {};
74 /**
75 offset 0 bit 22 */
76 bool unusedBit_11_22 : 1 {};
77 /**
78 offset 0 bit 23 */
79 bool unusedBit_11_23 : 1 {};
80 /**
81 offset 0 bit 24 */
82 bool unusedBit_11_24 : 1 {};
83 /**
84 offset 0 bit 25 */
85 bool unusedBit_11_25 : 1 {};
86 /**
87 offset 0 bit 26 */
88 bool unusedBit_11_26 : 1 {};
89 /**
90 offset 0 bit 27 */
91 bool unusedBit_11_27 : 1 {};
92 /**
93 offset 0 bit 28 */
94 bool unusedBit_11_28 : 1 {};
95 /**
96 offset 0 bit 29 */
97 bool unusedBit_11_29 : 1 {};
98 /**
99 offset 0 bit 30 */
100 bool unusedBit_11_30 : 1 {};
101 /**
102 offset 0 bit 31 */
103 bool unusedBit_11_31 : 1 {};
104 /**
105 * offset 4
106 */
108 /**
109 * units: deg
110 * offset 8
111 */
112 scaled_channel<int16_t, 100, 1> timingALSCorrection = (int16_t)0;
113 /**
114 * units: deg
115 * offset 10
116 */
117 scaled_channel<int16_t, 100, 1> timingALSSkip = (int16_t)0;
118};
119static_assert(sizeof(antilag_system_state_s) == 12);
120
121// end
122// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/antilag_system_state.txt
scaled_channel< int16_t, 100, 1 > timingALSCorrection
scaled_channel< int16_t, 100, 1 > timingALSSkip