rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
lambda_monitor_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/lambda_monitor.txt
2// by class com.rusefi.output.CHeaderConsumer
3// begin
4#pragma once
5#include "rusefi_types.h"
6// start of lambda_monitor_s
8 /**
9 offset 0 bit 0 */
11 /**
12 offset 0 bit 1 */
13 bool lambdaMonitorCut : 1 {};
14 /**
15 offset 0 bit 2 */
16 bool unusedBit_2_2 : 1 {};
17 /**
18 offset 0 bit 3 */
19 bool unusedBit_2_3 : 1 {};
20 /**
21 offset 0 bit 4 */
22 bool unusedBit_2_4 : 1 {};
23 /**
24 offset 0 bit 5 */
25 bool unusedBit_2_5 : 1 {};
26 /**
27 offset 0 bit 6 */
28 bool unusedBit_2_6 : 1 {};
29 /**
30 offset 0 bit 7 */
31 bool unusedBit_2_7 : 1 {};
32 /**
33 offset 0 bit 8 */
34 bool unusedBit_2_8 : 1 {};
35 /**
36 offset 0 bit 9 */
37 bool unusedBit_2_9 : 1 {};
38 /**
39 offset 0 bit 10 */
40 bool unusedBit_2_10 : 1 {};
41 /**
42 offset 0 bit 11 */
43 bool unusedBit_2_11 : 1 {};
44 /**
45 offset 0 bit 12 */
46 bool unusedBit_2_12 : 1 {};
47 /**
48 offset 0 bit 13 */
49 bool unusedBit_2_13 : 1 {};
50 /**
51 offset 0 bit 14 */
52 bool unusedBit_2_14 : 1 {};
53 /**
54 offset 0 bit 15 */
55 bool unusedBit_2_15 : 1 {};
56 /**
57 offset 0 bit 16 */
58 bool unusedBit_2_16 : 1 {};
59 /**
60 offset 0 bit 17 */
61 bool unusedBit_2_17 : 1 {};
62 /**
63 offset 0 bit 18 */
64 bool unusedBit_2_18 : 1 {};
65 /**
66 offset 0 bit 19 */
67 bool unusedBit_2_19 : 1 {};
68 /**
69 offset 0 bit 20 */
70 bool unusedBit_2_20 : 1 {};
71 /**
72 offset 0 bit 21 */
73 bool unusedBit_2_21 : 1 {};
74 /**
75 offset 0 bit 22 */
76 bool unusedBit_2_22 : 1 {};
77 /**
78 offset 0 bit 23 */
79 bool unusedBit_2_23 : 1 {};
80 /**
81 offset 0 bit 24 */
82 bool unusedBit_2_24 : 1 {};
83 /**
84 offset 0 bit 25 */
85 bool unusedBit_2_25 : 1 {};
86 /**
87 offset 0 bit 26 */
88 bool unusedBit_2_26 : 1 {};
89 /**
90 offset 0 bit 27 */
91 bool unusedBit_2_27 : 1 {};
92 /**
93 offset 0 bit 28 */
94 bool unusedBit_2_28 : 1 {};
95 /**
96 offset 0 bit 29 */
97 bool unusedBit_2_29 : 1 {};
98 /**
99 offset 0 bit 30 */
100 bool unusedBit_2_30 : 1 {};
101 /**
102 offset 0 bit 31 */
103 bool unusedBit_2_31 : 1 {};
104 /**
105 * units: sec
106 * offset 4
107 */
108 scaled_channel<uint16_t, 100, 1> lambdaTimeSinceGood = (uint16_t)0;
109 /**
110 * need 4 byte alignment
111 * units: units
112 * offset 6
113 */
114 uint8_t alignmentFill_at_6[2] = {};
115};
116static_assert(sizeof(lambda_monitor_s) == 8);
117
118// end
119// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/math/lambda_monitor.txt
scaled_channel< uint16_t, 100, 1 > lambdaTimeSinceGood