2019-07-21 14:06:16 -07:00
|
|
|
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/wall_fuel.txt Sun Jul 21 16:36:58 EDT 2019
|
2019-07-20 11:56:56 -07:00
|
|
|
// by class com.rusefi.output.CHeaderConsumer
|
2019-07-12 19:51:59 -07:00
|
|
|
// begin
|
|
|
|
#ifndef CONTROLLERS_GENERATED_WALL_FUEL_H
|
|
|
|
#define CONTROLLERS_GENERATED_WALL_FUEL_H
|
|
|
|
#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;
|
2019-07-12 19:51:59 -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;
|
2019-07-12 19:51:59 -07:00
|
|
|
/** total size 8*/
|
|
|
|
};
|
|
|
|
|
|
|
|
typedef struct wall_fuel_state wall_fuel_state;
|
|
|
|
|
|
|
|
#endif
|
|
|
|
// end
|
2019-07-21 14:06:16 -07:00
|
|
|
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/wall_fuel.txt Sun Jul 21 16:36:58 EDT 2019
|