rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
injector_model_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/fuel/injector_model.txt
2// by class com.rusefi.output.CHeaderConsumer
3// begin
4#pragma once
5#include "rusefi_types.h"
6// start of injector_model_s
8 /**
9 * @@GAUGE_NAME_INJECTOR_LAG@@
10 * units: ms
11 * offset 0
12 */
13 float m_deadtime = (float)0;
14 /**
15 * Fuel: Injector pressure delta
16 * units: kPa
17 * offset 4
18 */
19 float pressureDelta = (float)0;
20 /**
21 * Fuel: Injector pressure ratio
22 * offset 8
23 */
24 float pressureRatio = (float)0;
25 /**
26 * @@GAUGE_NAME_FUEL_CORRECTION_REFERENCE_PRESSURE@@
27 * units: kPa
28 * offset 12
29 */
31};
32static_assert(sizeof(injector_model_s) == 16);
33
34// end
35// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/fuel/injector_model.txt