fome-fw/firmware/controllers/algo/engine_state_generated.h

225 lines
5.3 KiB
C
Raw Normal View History

2020-07-05 23:07:22 -07:00
#pragma once
#include "rusefi_types.h"
struct LuaAdjustments {
2023-05-04 13:37:23 -07:00
// Lua: Fuel add
// g
2023-03-27 01:38:48 -07:00
// offset 0
float fuelAdd = (float)0;
2023-05-04 13:37:23 -07:00
// Lua: Fuel mult
2023-03-27 01:38:48 -07:00
// offset 4
2022-06-30 10:53:57 -07:00
float fuelMult = (float)0;
2023-03-27 01:38:48 -07:00
// offset 8 bit 0
bool clutchUpState : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 1
bool brakePedalState : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 2
2022-07-07 21:45:52 -07:00
bool acRequestState : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 3
2022-11-15 06:34:13 -08:00
bool luaDisableEtb : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 4
2023-01-02 14:53:56 -08:00
bool luaIgnCut : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 5
2023-01-02 14:53:56 -08:00
bool unusedBit_7_5 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 6
2023-01-02 14:53:56 -08:00
bool unusedBit_7_6 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 7
2023-01-02 14:53:56 -08:00
bool unusedBit_7_7 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 8
2023-01-02 14:53:56 -08:00
bool unusedBit_7_8 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 9
2023-01-02 14:53:56 -08:00
bool unusedBit_7_9 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 10
2023-01-02 14:53:56 -08:00
bool unusedBit_7_10 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 11
2023-01-02 14:53:56 -08:00
bool unusedBit_7_11 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 12
2023-01-02 14:53:56 -08:00
bool unusedBit_7_12 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 13
2023-01-02 14:53:56 -08:00
bool unusedBit_7_13 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 14
2023-01-02 14:53:56 -08:00
bool unusedBit_7_14 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 15
2023-01-02 14:53:56 -08:00
bool unusedBit_7_15 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 16
2023-01-02 14:53:56 -08:00
bool unusedBit_7_16 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 17
2023-01-02 14:53:56 -08:00
bool unusedBit_7_17 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 18
2023-01-02 14:53:56 -08:00
bool unusedBit_7_18 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 19
2023-01-02 14:53:56 -08:00
bool unusedBit_7_19 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 20
2023-01-02 14:53:56 -08:00
bool unusedBit_7_20 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 21
2023-01-02 14:53:56 -08:00
bool unusedBit_7_21 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 22
2023-01-02 14:53:56 -08:00
bool unusedBit_7_22 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 23
2023-01-02 14:53:56 -08:00
bool unusedBit_7_23 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 24
2023-01-02 14:53:56 -08:00
bool unusedBit_7_24 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 25
2023-01-02 14:53:56 -08:00
bool unusedBit_7_25 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 26
2023-01-02 14:53:56 -08:00
bool unusedBit_7_26 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 27
2023-01-02 14:53:56 -08:00
bool unusedBit_7_27 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 28
2023-01-02 14:53:56 -08:00
bool unusedBit_7_28 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 29
2023-01-02 14:53:56 -08:00
bool unusedBit_7_29 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 30
2023-01-02 14:53:56 -08:00
bool unusedBit_7_30 : 1 {};
2023-03-27 01:38:48 -07:00
// offset 8 bit 31
2023-01-02 14:53:56 -08:00
bool unusedBit_7_31 : 1 {};
};
2022-06-30 10:53:57 -07:00
static_assert(sizeof(LuaAdjustments) == 12);
struct speed_density_s {
2023-05-05 01:41:45 -07:00
// Air: Charge temperature estimate
2023-05-04 14:02:19 -07:00
// deg C
2023-03-27 01:38:48 -07:00
// offset 0
2023-05-04 14:02:19 -07:00
scaled_channel<int16_t, 100, 1> tCharge = (int16_t)0;
// offset 2
uint8_t alignmentFill_at_2[2];
2023-05-05 01:41:45 -07:00
// Air: Charge temperature estimate K
2023-03-27 01:38:48 -07:00
// offset 4
2019-07-21 14:06:16 -07:00
float tChargeK = (float)0;
};
2023-05-04 14:02:19 -07:00
static_assert(sizeof(speed_density_s) == 8);
2019-08-26 20:41:04 -07:00
struct cranking_fuel_s {
2023-05-05 02:14:07 -07:00
// Fuel: cranking CLT mult
2023-03-27 01:38:48 -07:00
// offset 0
2023-05-05 02:14:07 -07:00
float coolantTemperatureCoefficient = (float)0;
// Fuel: cranking TPS mult
2023-03-27 01:38:48 -07:00
// offset 4
2023-05-05 02:14:07 -07:00
float tpsCoefficient = (float)0;
// Fuel: cranking duration mult
2023-03-27 01:38:48 -07:00
// offset 8
2023-05-05 02:14:07 -07:00
float durationCoefficient = (float)0;
// Fuel: Cranking cycle mass
// mg
2023-03-27 01:38:48 -07:00
// offset 12
2023-05-05 02:14:07 -07:00
scaled_channel<uint16_t, 100, 1> fuel = (uint16_t)0;
// offset 14
uint8_t alignmentFill_at_14[2];
2019-08-26 20:41:04 -07:00
};
2023-05-05 02:14:07 -07:00
static_assert(sizeof(cranking_fuel_s) == 16);
2019-08-26 20:41:04 -07:00
struct engine_state_s {
2023-03-27 01:38:48 -07:00
// offset 0
LuaAdjustments lua;
2023-03-27 01:38:48 -07:00
// offset 12
speed_density_s sd;
2023-05-05 01:41:45 -07:00
// offset 20
2022-11-02 19:21:44 -07:00
cranking_fuel_s crankingFuel;
2023-05-05 02:14:07 -07:00
// @@GAUGE_NAME_FUEL_BARO_CORR@@
// offset 36
float baroCorrection = (float)0;
2023-03-27 01:38:48 -07:00
// Detected Board ID
// id
2023-05-05 02:14:07 -07:00
// offset 40
2022-06-28 23:06:27 -07:00
int16_t hellenBoardId = (int16_t)0;
2023-05-05 02:14:07 -07:00
// offset 42
uint8_t alignmentFill_at_42[2];
2023-03-27 01:38:48 -07:00
// @@INDICATOR_NAME_CLUTCH_UP@@
2023-05-05 02:14:07 -07:00
// offset 44 bit 0
bool clutchUpState : 1 {};
2023-03-27 01:38:48 -07:00
// @@INDICATOR_NAME_CLUTCH_DOWN@@
2023-05-05 02:14:07 -07:00
// offset 44 bit 1
bool clutchDownState : 1 {};
2023-03-27 01:38:48 -07:00
// @@INDICATOR_NAME_BRAKE_DOWN@@
2023-05-05 02:14:07 -07:00
// offset 44 bit 2
bool brakePedalState : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 3
2022-10-06 16:24:19 -07:00
bool startStopState : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 4
2023-05-05 01:41:45 -07:00
bool unusedBit_10_4 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 5
2023-05-05 01:41:45 -07:00
bool unusedBit_10_5 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 6
2023-05-05 01:41:45 -07:00
bool unusedBit_10_6 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 7
2023-05-05 01:41:45 -07:00
bool unusedBit_10_7 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 8
2023-05-05 01:41:45 -07:00
bool unusedBit_10_8 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 9
2023-05-05 01:41:45 -07:00
bool unusedBit_10_9 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 10
2023-05-05 01:41:45 -07:00
bool unusedBit_10_10 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 11
2023-05-05 01:41:45 -07:00
bool unusedBit_10_11 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 12
2023-05-05 01:41:45 -07:00
bool unusedBit_10_12 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 13
2023-05-05 01:41:45 -07:00
bool unusedBit_10_13 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 14
2023-05-05 01:41:45 -07:00
bool unusedBit_10_14 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 15
2023-05-05 01:41:45 -07:00
bool unusedBit_10_15 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 16
2023-05-05 01:41:45 -07:00
bool unusedBit_10_16 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 17
2023-05-05 01:41:45 -07:00
bool unusedBit_10_17 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 18
2023-05-05 01:41:45 -07:00
bool unusedBit_10_18 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 19
2023-05-05 01:41:45 -07:00
bool unusedBit_10_19 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 20
2023-05-05 01:41:45 -07:00
bool unusedBit_10_20 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 21
2023-05-05 01:41:45 -07:00
bool unusedBit_10_21 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 22
2023-05-05 01:41:45 -07:00
bool unusedBit_10_22 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 23
2023-05-05 01:41:45 -07:00
bool unusedBit_10_23 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 24
2023-05-05 01:41:45 -07:00
bool unusedBit_10_24 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 25
2023-05-05 01:41:45 -07:00
bool unusedBit_10_25 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 26
2023-05-05 01:41:45 -07:00
bool unusedBit_10_26 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 27
2023-05-05 01:41:45 -07:00
bool unusedBit_10_27 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 28
2023-05-05 01:41:45 -07:00
bool unusedBit_10_28 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 29
2023-05-05 01:41:45 -07:00
bool unusedBit_10_29 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 30
2023-05-05 01:41:45 -07:00
bool unusedBit_10_30 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 44 bit 31
2023-05-05 01:41:45 -07:00
bool unusedBit_10_31 : 1 {};
2023-05-05 02:14:07 -07:00
// offset 48
2022-10-28 01:36:50 -07:00
uint32_t startStopStateToggleCounter = (uint32_t)0;
2023-05-05 02:14:07 -07:00
// offset 52
2022-11-02 19:21:44 -07:00
float egtValue1 = (float)0;
2023-05-05 02:14:07 -07:00
// offset 56
2022-11-02 19:21:44 -07:00
float egtValue2 = (float)0;
2023-03-27 01:38:48 -07:00
// User-defined RPM hard limit
// rpm
2023-05-05 02:14:07 -07:00
// offset 60
2022-08-22 15:32:47 -07:00
int16_t desiredRpmLimit = (int16_t)0;
2023-05-05 02:14:07 -07:00
// offset 62
uint8_t alignmentFill_at_62[2];
// Fuel: Injection counter
// offset 64
2022-10-28 01:36:50 -07:00
uint32_t fuelInjectionCounter = (uint32_t)0;
2023-05-05 02:14:07 -07:00
// Ign: Spark counter
// offset 68
2022-10-28 01:36:50 -07:00
uint32_t sparkCounter = (uint32_t)0;
2023-03-27 01:38:48 -07:00
// @@GAUGE_NAME_FUEL_LOAD@@
2023-05-05 02:14:07 -07:00
// offset 72
2022-09-04 19:44:56 -07:00
float fuelingLoad = (float)0;
2023-03-27 01:38:48 -07:00
// @@GAUGE_NAME_IGNITION_LOAD@@
2023-05-05 02:14:07 -07:00
// offset 76
2022-09-04 19:44:56 -07:00
float ignitionLoad = (float)0;
2023-03-27 01:38:48 -07:00
// %
2023-05-05 02:14:07 -07:00
// offset 80
2022-11-05 17:28:03 -07:00
scaled_channel<uint16_t, 100, 1> veTableYAxis = (uint16_t)0;
2023-05-05 02:14:07 -07:00
// offset 82
uint8_t alignmentFill_at_82[2];
};
2023-05-05 02:14:07 -07:00
static_assert(sizeof(engine_state_s) == 84);