rusefi/firmware/controllers/algo/fuel/fuel_computer_generated.h

29 lines
781 B
C
Raw Normal View History

2022-09-02 11:42:52 -07:00
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/fuel/fuel_computer.txt Fri Sep 02 18:41:47 UTC 2022
2022-09-01 16:18:26 -07:00
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
#include "rusefi_types.h"
// start of fuel_computer_s
struct fuel_computer_s {
/**
* offset 0
*/
float currentAfrLoad = (float)0;
/**
* offset 4
*/
float targetLambda = (float)0;
/**
* offset 8
*/
float stoichiometricRatio = (float)0;
/**
* offset 12
*/
2022-09-02 11:42:52 -07:00
float targetAFR = (float)0;
2022-09-01 16:18:26 -07:00
};
static_assert(sizeof(fuel_computer_s) == 16);
// end
2022-09-02 11:42:52 -07:00
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/fuel/fuel_computer.txt Fri Sep 02 18:41:47 UTC 2022