rusefi/firmware/live_data_generated/injector_model_generated.h

30 lines
865 B
C
Raw Normal View History

2024-01-03 12:32:11 -08:00
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/fuel/injector_model.txt Wed Jan 03 20:30:10 UTC 2024
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 {
/**
2023-07-03 09:39:36 -07:00
* @@GAUGE_NAME_INJECTOR_LAG@@
2024-01-03 12:32:11 -08:00
* units: ms
2021-12-26 09:59:53 -08:00
* offset 0
*/
float m_deadtime = (float)0;
/**
2023-12-21 13:49:24 -08:00
* Fuel: Injector pressure delta
2024-01-03 12:32:11 -08:00
* units: kPa
2021-12-26 09:59:53 -08:00
* offset 4
*/
float pressureDelta = (float)0;
/**
2023-12-21 13:49:24 -08:00
* Fuel: Injector pressure ratio
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
2024-01-03 12:32:11 -08:00
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/fuel/injector_model.txt Wed Jan 03 20:30:10 UTC 2024