rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
fan_control_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/fan_control.txt
2// by class com.rusefi.output.CHeaderConsumer
3// begin
4#pragma once
5#include "rusefi_types.h"
6// start of fan_control_s
8 /**
9 offset 0 bit 0 */
10 bool cranking : 1 {};
11 /**
12 offset 0 bit 1 */
13 bool notRunning : 1 {};
14 /**
15 * Engine stopped
16 offset 0 bit 2 */
18 /**
19 * Broken CLT
20 offset 0 bit 3 */
21 bool brokenClt : 1 {};
22 /**
23 * Enable for AC
24 offset 0 bit 4 */
25 bool enabledForAc : 1 {};
26 /**
27 * Above hot threshold
28 offset 0 bit 5 */
29 bool hot : 1 {};
30 /**
31 * Below cold threshold
32 offset 0 bit 6 */
33 bool cold : 1 {};
34 /**
35 offset 0 bit 7 */
36 bool disabledBySpeed : 1 {};
37 /**
38 * On
39 offset 0 bit 8 */
40 bool m_state : 1 {};
41 /**
42 offset 0 bit 9 */
43 bool unusedBit_9_9 : 1 {};
44 /**
45 offset 0 bit 10 */
46 bool unusedBit_9_10 : 1 {};
47 /**
48 offset 0 bit 11 */
49 bool unusedBit_9_11 : 1 {};
50 /**
51 offset 0 bit 12 */
52 bool unusedBit_9_12 : 1 {};
53 /**
54 offset 0 bit 13 */
55 bool unusedBit_9_13 : 1 {};
56 /**
57 offset 0 bit 14 */
58 bool unusedBit_9_14 : 1 {};
59 /**
60 offset 0 bit 15 */
61 bool unusedBit_9_15 : 1 {};
62 /**
63 offset 0 bit 16 */
64 bool unusedBit_9_16 : 1 {};
65 /**
66 offset 0 bit 17 */
67 bool unusedBit_9_17 : 1 {};
68 /**
69 offset 0 bit 18 */
70 bool unusedBit_9_18 : 1 {};
71 /**
72 offset 0 bit 19 */
73 bool unusedBit_9_19 : 1 {};
74 /**
75 offset 0 bit 20 */
76 bool unusedBit_9_20 : 1 {};
77 /**
78 offset 0 bit 21 */
79 bool unusedBit_9_21 : 1 {};
80 /**
81 offset 0 bit 22 */
82 bool unusedBit_9_22 : 1 {};
83 /**
84 offset 0 bit 23 */
85 bool unusedBit_9_23 : 1 {};
86 /**
87 offset 0 bit 24 */
88 bool unusedBit_9_24 : 1 {};
89 /**
90 offset 0 bit 25 */
91 bool unusedBit_9_25 : 1 {};
92 /**
93 offset 0 bit 26 */
94 bool unusedBit_9_26 : 1 {};
95 /**
96 offset 0 bit 27 */
97 bool unusedBit_9_27 : 1 {};
98 /**
99 offset 0 bit 28 */
100 bool unusedBit_9_28 : 1 {};
101 /**
102 offset 0 bit 29 */
103 bool unusedBit_9_29 : 1 {};
104 /**
105 offset 0 bit 30 */
106 bool unusedBit_9_30 : 1 {};
107 /**
108 offset 0 bit 31 */
109 bool unusedBit_9_31 : 1 {};
110 /**
111 * offset 4
112 */
113 uint8_t radiatorFanStatus = (uint8_t)0;
114 /**
115 * need 4 byte alignment
116 * units: units
117 * offset 5
118 */
119 uint8_t alignmentFill_at_5[3] = {};
120};
121static_assert(sizeof(fan_control_s) == 8);
122
123// end
124// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/actuators/fan_control.txt
uint8_t alignmentFill_at_5[3]