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

27 lines
904 B
C
Raw Normal View History

2019-08-31 20:12:39 -07:00
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/wall_fuel.txt Sat Aug 31 23:11:37 EDT 2019
// by class com.rusefi.output.CHeaderConsumer
// begin
2019-08-31 20:12:39 -07:00
#ifndef CONTROLLERS_GENERATED_WALL_FUEL_GENERATED_H
#define CONTROLLERS_GENERATED_WALL_FUEL_GENERATED_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;
/**
* 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;
#endif
// end
2019-08-31 20:12:39 -07:00
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/wall_fuel.txt Sat Aug 31 23:11:37 EDT 2019