rusefi-1/firmware/controllers/algo/wall_fuel_state_generated.h

23 lines
840 B
C
Raw Normal View History

2022-04-18 14:53:02 -07:00
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/wall_fuel_state.txt Mon Apr 18 21:50:18 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
2020-07-05 23:07:22 -07:00
#pragma once
#include "rusefi_types.h"
// start of wall_fuel_state_s
struct wall_fuel_state_s {
/**
2022-04-18 14:53:02 -07:00
* fuel injection time correction to account for wall wetting effect for current cycle
* offset 0
*/
2019-07-21 14:06:16 -07:00
float wallFuelCorrection = (float)0;
/**
2022-04-18 14:53:02 -07:00
* Amount of fuel on the wall, in ms of injector open time for each injector.
* offset 4
*/
2019-07-21 14:06:16 -07:00
floatms_t wallFuel = (floatms_t)0;
};
2022-04-17 13:30:07 -07:00
static_assert(sizeof(wall_fuel_state_s) == 8);
// end
2022-04-18 14:53:02 -07:00
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/wall_fuel_state.txt Mon Apr 18 21:50:18 UTC 2022