rusefi/firmware/controllers/engine_cycle/high_pressure_fuel_pump_gen...

26 lines
844 B
C
Raw Normal View History

2022-01-04 22:49:51 -08:00
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle/high_pressure_fuel_pump.txt Wed Jan 05 06:47:25 UTC 2022
2021-12-31 00:08:21 -08:00
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
#include "rusefi_types.h"
// start of high_pressure_fuel_pump_s
struct high_pressure_fuel_pump_s {
/**
2021-12-31 12:28:24 -08:00
* Computed requested pump duration in degrees (not including deadtime)
2021-12-31 00:08:21 -08:00
* offset 0
*/
angle_t m_requested_pump = (angle_t)0;
/**
* offset 4
*/
float fuel_requested_percent = (float)0;
/**
* offset 8
*/
float fuel_requested_percent_pi = (float)0;
/** total size 12*/
};
// end
2022-01-04 22:49:51 -08:00
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle/high_pressure_fuel_pump.txt Wed Jan 05 06:47:25 UTC 2022