fome-fw/firmware/controllers/algo/fuel/injector_model_generated.h

31 lines
909 B
C
Raw Normal View History

2022-09-01 08:03:34 -07:00
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/fuel/injector_model.txt Thu Sep 01 15:02:30 UTC 2022
2021-12-26 09:59:53 -08:00
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
#include "rusefi_types.h"
// start of injector_model_s
struct injector_model_s {
/**
2022-09-01 08:03:34 -07:00
* injectorLag(VBatt)
* this value depends on a slow-changing VBatt value, so
* we update it once in a while
2021-12-26 09:59:53 -08:00
* offset 0
*/
float m_deadtime = (float)0;
/**
2022-09-01 07:39:52 -07:00
* fuel: injector pressureDelta
kPa
2021-12-26 09:59:53 -08:00
* offset 4
*/
float pressureDelta = (float)0;
/**
2022-09-01 07:39:52 -07:00
* fuel: injector pressureRatio
2021-12-26 09:59:53 -08:00
* offset 8
*/
float pressureRatio = (float)0;
};
2022-04-17 13:30:07 -07:00
static_assert(sizeof(injector_model_s) == 12);
2021-12-26 09:59:53 -08:00
// end
2022-09-01 08:03:34 -07:00
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/fuel/injector_model.txt Thu Sep 01 15:02:30 UTC 2022