rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
high_pressure_fuel_pump_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/engine_cycle/high_pressure_fuel_pump.txt
2// by class com.rusefi.output.CHeaderConsumer
3// begin
4#pragma once
5#include "rusefi_types.h"
6// start of high_pressure_fuel_pump_s
8 /**
9 * GDI: HPFP duration
10 * Computed requested pump duration in degrees (not including deadtime)
11 * offset 0
12 */
14 /**
15 * GDI: HPFP requested duty
16 * units: %
17 * offset 4
18 */
20 /**
21 * "GDI: percent_pi"
22 * offset 8
23 */
25 /**
26 * GDI: HPFP no Valve control output
27 offset 12 bit 0 */
28 bool noValve : 1 {};
29 /**
30 * GDI: HPFP angle above min
31 offset 12 bit 1 */
32 bool angleAboveMin : 1 {};
33 /**
34 * GDI: HPFP Active
35 offset 12 bit 2 */
36 bool isHpfpActive : 1 {};
37 /**
38 * GDI: HPFP Valve state
39 offset 12 bit 3 */
40 bool HpfpValveState : 1 {};
41 /**
42 offset 12 bit 4 */
43 bool unusedBit_7_4 : 1 {};
44 /**
45 offset 12 bit 5 */
46 bool unusedBit_7_5 : 1 {};
47 /**
48 offset 12 bit 6 */
49 bool unusedBit_7_6 : 1 {};
50 /**
51 offset 12 bit 7 */
52 bool unusedBit_7_7 : 1 {};
53 /**
54 offset 12 bit 8 */
55 bool unusedBit_7_8 : 1 {};
56 /**
57 offset 12 bit 9 */
58 bool unusedBit_7_9 : 1 {};
59 /**
60 offset 12 bit 10 */
61 bool unusedBit_7_10 : 1 {};
62 /**
63 offset 12 bit 11 */
64 bool unusedBit_7_11 : 1 {};
65 /**
66 offset 12 bit 12 */
67 bool unusedBit_7_12 : 1 {};
68 /**
69 offset 12 bit 13 */
70 bool unusedBit_7_13 : 1 {};
71 /**
72 offset 12 bit 14 */
73 bool unusedBit_7_14 : 1 {};
74 /**
75 offset 12 bit 15 */
76 bool unusedBit_7_15 : 1 {};
77 /**
78 offset 12 bit 16 */
79 bool unusedBit_7_16 : 1 {};
80 /**
81 offset 12 bit 17 */
82 bool unusedBit_7_17 : 1 {};
83 /**
84 offset 12 bit 18 */
85 bool unusedBit_7_18 : 1 {};
86 /**
87 offset 12 bit 19 */
88 bool unusedBit_7_19 : 1 {};
89 /**
90 offset 12 bit 20 */
91 bool unusedBit_7_20 : 1 {};
92 /**
93 offset 12 bit 21 */
94 bool unusedBit_7_21 : 1 {};
95 /**
96 offset 12 bit 22 */
97 bool unusedBit_7_22 : 1 {};
98 /**
99 offset 12 bit 23 */
100 bool unusedBit_7_23 : 1 {};
101 /**
102 offset 12 bit 24 */
103 bool unusedBit_7_24 : 1 {};
104 /**
105 offset 12 bit 25 */
106 bool unusedBit_7_25 : 1 {};
107 /**
108 offset 12 bit 26 */
109 bool unusedBit_7_26 : 1 {};
110 /**
111 offset 12 bit 27 */
112 bool unusedBit_7_27 : 1 {};
113 /**
114 offset 12 bit 28 */
115 bool unusedBit_7_28 : 1 {};
116 /**
117 offset 12 bit 29 */
118 bool unusedBit_7_29 : 1 {};
119 /**
120 offset 12 bit 30 */
121 bool unusedBit_7_30 : 1 {};
122 /**
123 offset 12 bit 31 */
124 bool unusedBit_7_31 : 1 {};
125 /**
126 * "GDI: target pressure"
127 * offset 16
128 */
130 /**
131 * offset 20
132 */
134 /**
135 * offset 24
136 */
138 /**
139 * "GDI: next lobe N"
140 * offset 28
141 */
143 /**
144 * GDI: valve activation angle
145 * units: v
146 * offset 32
147 */
148 float di_nextStart = (float)0;
149 /**
150 * "GDI: HPFP activation angle"
151 * offset 36
152 */
154 /**
155 * "GDI: HPFP deactivation angle"
156 * offset 40
157 */
159};
160static_assert(sizeof(high_pressure_fuel_pump_s) == 44);
161
162// end
163// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/engine_cycle/high_pressure_fuel_pump.txt
float angle_t