rusefi-1/firmware/controllers/generated/wall_fuel_generated.h

25 lines
852 B
C
Raw Normal View History

2020-07-05 23:07:22 -07:00
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/wall_fuel_state.txt Mon Jul 06 06:07:20 UTC 2020
// 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
struct wall_fuel_state {
/**
* * 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;
/**
* 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;
/** total size 8*/
};
typedef struct wall_fuel_state wall_fuel_state;
// end
2020-07-05 23:07:22 -07:00
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/wall_fuel_state.txt Mon Jul 06 06:07:20 UTC 2020