rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
main_relay_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/actuators/main_relay.txt
2// by class com.rusefi.output.CHeaderConsumer
3// begin
4#pragma once
5#include "rusefi_types.h"
6// start of main_relay_s
8 /**
9 * Main relay: Bench test
10 offset 0 bit 0 */
11 bool isBenchTest : 1 {};
12 /**
13 * Main relay: Has IGN voltage
14 offset 0 bit 1 */
15 bool hasIgnitionVoltage : 1 {};
16 /**
17 * Main relay: On
18 offset 0 bit 2 */
19 bool mainRelayState : 1 {};
20 /**
21 * Main relay: Delayed shutoff
22 offset 0 bit 3 */
24 /**
25 offset 0 bit 4 */
26 bool unusedBit_4_4 : 1 {};
27 /**
28 offset 0 bit 5 */
29 bool unusedBit_4_5 : 1 {};
30 /**
31 offset 0 bit 6 */
32 bool unusedBit_4_6 : 1 {};
33 /**
34 offset 0 bit 7 */
35 bool unusedBit_4_7 : 1 {};
36 /**
37 offset 0 bit 8 */
38 bool unusedBit_4_8 : 1 {};
39 /**
40 offset 0 bit 9 */
41 bool unusedBit_4_9 : 1 {};
42 /**
43 offset 0 bit 10 */
44 bool unusedBit_4_10 : 1 {};
45 /**
46 offset 0 bit 11 */
47 bool unusedBit_4_11 : 1 {};
48 /**
49 offset 0 bit 12 */
50 bool unusedBit_4_12 : 1 {};
51 /**
52 offset 0 bit 13 */
53 bool unusedBit_4_13 : 1 {};
54 /**
55 offset 0 bit 14 */
56 bool unusedBit_4_14 : 1 {};
57 /**
58 offset 0 bit 15 */
59 bool unusedBit_4_15 : 1 {};
60 /**
61 offset 0 bit 16 */
62 bool unusedBit_4_16 : 1 {};
63 /**
64 offset 0 bit 17 */
65 bool unusedBit_4_17 : 1 {};
66 /**
67 offset 0 bit 18 */
68 bool unusedBit_4_18 : 1 {};
69 /**
70 offset 0 bit 19 */
71 bool unusedBit_4_19 : 1 {};
72 /**
73 offset 0 bit 20 */
74 bool unusedBit_4_20 : 1 {};
75 /**
76 offset 0 bit 21 */
77 bool unusedBit_4_21 : 1 {};
78 /**
79 offset 0 bit 22 */
80 bool unusedBit_4_22 : 1 {};
81 /**
82 offset 0 bit 23 */
83 bool unusedBit_4_23 : 1 {};
84 /**
85 offset 0 bit 24 */
86 bool unusedBit_4_24 : 1 {};
87 /**
88 offset 0 bit 25 */
89 bool unusedBit_4_25 : 1 {};
90 /**
91 offset 0 bit 26 */
92 bool unusedBit_4_26 : 1 {};
93 /**
94 offset 0 bit 27 */
95 bool unusedBit_4_27 : 1 {};
96 /**
97 offset 0 bit 28 */
98 bool unusedBit_4_28 : 1 {};
99 /**
100 offset 0 bit 29 */
101 bool unusedBit_4_29 : 1 {};
102 /**
103 offset 0 bit 30 */
104 bool unusedBit_4_30 : 1 {};
105 /**
106 offset 0 bit 31 */
107 bool unusedBit_4_31 : 1 {};
108};
109static_assert(sizeof(main_relay_s) == 4);
110
111// end
112// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/actuators/main_relay.txt