2024-03-12 18:51:34 -07:00
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/engine_state.txt Wed Mar 13 01:50:40 UTC 2024
2024-03-05 09:18:31 -08:00
// by class com.rusefi.output.CHeaderConsumer
// begin
# pragma once
# include "rusefi_types.h"
// start of LuaAdjustments
struct LuaAdjustments {
/**
* Lua : Fuel add
* units : g
* offset 0
*/
float fuelAdd = ( float ) 0 ;
/**
* Lua : Fuel mult
* offset 4
*/
float fuelMult = ( float ) 0 ;
/**
offset 8 bit 0 */
bool clutchUpState : 1 { } ;
/**
offset 8 bit 1 */
bool brakePedalState : 1 { } ;
/**
offset 8 bit 2 */
bool acRequestState : 1 { } ;
/**
offset 8 bit 3 */
bool luaDisableEtb : 1 { } ;
/**
offset 8 bit 4 */
bool luaIgnCut : 1 { } ;
/**
offset 8 bit 5 */
bool unusedBit_7_5 : 1 { } ;
/**
offset 8 bit 6 */
bool unusedBit_7_6 : 1 { } ;
/**
offset 8 bit 7 */
bool unusedBit_7_7 : 1 { } ;
/**
offset 8 bit 8 */
bool unusedBit_7_8 : 1 { } ;
/**
offset 8 bit 9 */
bool unusedBit_7_9 : 1 { } ;
/**
offset 8 bit 10 */
bool unusedBit_7_10 : 1 { } ;
/**
offset 8 bit 11 */
bool unusedBit_7_11 : 1 { } ;
/**
offset 8 bit 12 */
bool unusedBit_7_12 : 1 { } ;
/**
offset 8 bit 13 */
bool unusedBit_7_13 : 1 { } ;
/**
offset 8 bit 14 */
bool unusedBit_7_14 : 1 { } ;
/**
offset 8 bit 15 */
bool unusedBit_7_15 : 1 { } ;
/**
offset 8 bit 16 */
bool unusedBit_7_16 : 1 { } ;
/**
offset 8 bit 17 */
bool unusedBit_7_17 : 1 { } ;
/**
offset 8 bit 18 */
bool unusedBit_7_18 : 1 { } ;
/**
offset 8 bit 19 */
bool unusedBit_7_19 : 1 { } ;
/**
offset 8 bit 20 */
bool unusedBit_7_20 : 1 { } ;
/**
offset 8 bit 21 */
bool unusedBit_7_21 : 1 { } ;
/**
offset 8 bit 22 */
bool unusedBit_7_22 : 1 { } ;
/**
offset 8 bit 23 */
bool unusedBit_7_23 : 1 { } ;
/**
offset 8 bit 24 */
bool unusedBit_7_24 : 1 { } ;
/**
offset 8 bit 25 */
bool unusedBit_7_25 : 1 { } ;
/**
offset 8 bit 26 */
bool unusedBit_7_26 : 1 { } ;
/**
offset 8 bit 27 */
bool unusedBit_7_27 : 1 { } ;
/**
offset 8 bit 28 */
bool unusedBit_7_28 : 1 { } ;
/**
offset 8 bit 29 */
bool unusedBit_7_29 : 1 { } ;
/**
offset 8 bit 30 */
bool unusedBit_7_30 : 1 { } ;
/**
offset 8 bit 31 */
bool unusedBit_7_31 : 1 { } ;
} ;
static_assert ( sizeof ( LuaAdjustments ) = = 12 ) ;
// start of speed_density_s
struct speed_density_s {
/**
* Air : Charge temperature estimate
* units : deg C
* offset 0
*/
scaled_channel < int16_t , 100 , 1 > tCharge = ( int16_t ) 0 ;
/**
* need 4 byte alignment
* units : units
* offset 2
*/
uint8_t alignmentFill_at_2 [ 2 ] ;
/**
* Air : Charge temperature estimate K
* offset 4
*/
float tChargeK = ( float ) 0 ;
} ;
static_assert ( sizeof ( speed_density_s ) = = 8 ) ;
// start of cranking_fuel_s
struct cranking_fuel_s {
/**
* Fuel : cranking CLT mult
* offset 0
*/
float coolantTemperatureCoefficient = ( float ) 0 ;
/**
* Fuel : cranking TPS mult
* offset 4
*/
float tpsCoefficient = ( float ) 0 ;
/**
* Fuel : cranking duration mult
* offset 8
*/
float durationCoefficient = ( float ) 0 ;
/**
* Fuel : Cranking cycle mass
* units : mg
* offset 12
*/
scaled_channel < uint16_t , 100 , 1 > fuel = ( uint16_t ) 0 ;
/**
* need 4 byte alignment
* units : units
* offset 14
*/
uint8_t alignmentFill_at_14 [ 2 ] ;
} ;
static_assert ( sizeof ( cranking_fuel_s ) = = 16 ) ;
// start of engine_state_s
struct engine_state_s {
/**
* offset 0
*/
LuaAdjustments lua ;
/**
* offset 12
*/
speed_density_s sd ;
/**
* offset 20
*/
cranking_fuel_s crankingFuel ;
/**
* @ @ GAUGE_NAME_FUEL_BARO_CORR @ @
* offset 36
*/
float baroCorrection = ( float ) 0 ;
/**
* Detected Board ID
* units : id
* offset 40
*/
int16_t hellenBoardId = ( int16_t ) 0 ;
/**
* @ @ INDICATOR_NAME_CLUTCH_UP @ @
* offset 42
*/
int8_t clutchUpState = ( int8_t ) 0 ;
/**
* @ @ INDICATOR_NAME_CLUTCH_DOWN @ @
* offset 43
*/
int8_t clutchDownState = ( int8_t ) 0 ;
/**
* @ @ INDICATOR_NAME_BRAKE_DOWN @ @
* offset 44
*/
int8_t brakePedalState = ( int8_t ) 0 ;
/**
* offset 45
*/
int8_t startStopState = ( int8_t ) 0 ;
/**
* offset 46
*/
int8_t smartChipState = ( int8_t ) 0 ;
/**
* offset 47
*/
int8_t smartChipRestartCounter = ( int8_t ) 0 ;
/**
* offset 48
*/
int8_t smartChipAliveCounter = ( int8_t ) 0 ;
/**
* need 4 byte alignment
* units : units
* offset 49
*/
uint8_t alignmentFill_at_49 [ 3 ] ;
/**
offset 52 bit 0 */
bool startStopPhysicalState : 1 { } ;
/**
* Harley ACR Active
offset 52 bit 1 */
bool acrActive : 1 { } ;
/**
offset 52 bit 2 */
bool acrEngineMovedRecently : 1 { } ;
/**
offset 52 bit 3 */
bool heaterControlEnabled : 1 { } ;
/**
offset 52 bit 4 */
bool luaDigitalState0 : 1 { } ;
/**
offset 52 bit 5 */
bool luaDigitalState1 : 1 { } ;
/**
offset 52 bit 6 */
bool luaDigitalState2 : 1 { } ;
/**
offset 52 bit 7 */
bool luaDigitalState3 : 1 { } ;
/**
offset 52 bit 8 */
bool unusedBit_21_8 : 1 { } ;
/**
offset 52 bit 9 */
bool unusedBit_21_9 : 1 { } ;
/**
offset 52 bit 10 */
bool unusedBit_21_10 : 1 { } ;
/**
offset 52 bit 11 */
bool unusedBit_21_11 : 1 { } ;
/**
offset 52 bit 12 */
bool unusedBit_21_12 : 1 { } ;
/**
offset 52 bit 13 */
bool unusedBit_21_13 : 1 { } ;
/**
offset 52 bit 14 */
bool unusedBit_21_14 : 1 { } ;
/**
offset 52 bit 15 */
bool unusedBit_21_15 : 1 { } ;
/**
offset 52 bit 16 */
bool unusedBit_21_16 : 1 { } ;
/**
offset 52 bit 17 */
bool unusedBit_21_17 : 1 { } ;
/**
offset 52 bit 18 */
bool unusedBit_21_18 : 1 { } ;
/**
offset 52 bit 19 */
bool unusedBit_21_19 : 1 { } ;
/**
offset 52 bit 20 */
bool unusedBit_21_20 : 1 { } ;
/**
offset 52 bit 21 */
bool unusedBit_21_21 : 1 { } ;
/**
offset 52 bit 22 */
bool unusedBit_21_22 : 1 { } ;
/**
offset 52 bit 23 */
bool unusedBit_21_23 : 1 { } ;
/**
offset 52 bit 24 */
bool unusedBit_21_24 : 1 { } ;
/**
offset 52 bit 25 */
bool unusedBit_21_25 : 1 { } ;
/**
offset 52 bit 26 */
bool unusedBit_21_26 : 1 { } ;
/**
offset 52 bit 27 */
bool unusedBit_21_27 : 1 { } ;
/**
offset 52 bit 28 */
bool unusedBit_21_28 : 1 { } ;
/**
offset 52 bit 29 */
bool unusedBit_21_29 : 1 { } ;
/**
offset 52 bit 30 */
bool unusedBit_21_30 : 1 { } ;
/**
offset 52 bit 31 */
bool unusedBit_21_31 : 1 { } ;
/**
* offset 56
*/
uint32_t startStopStateToggleCounter = ( uint32_t ) 0 ;
/**
* offset 60
*/
float luaSoftSparkSkip = ( float ) 0 ;
/**
2024-03-12 18:51:34 -07:00
* offset 64
2024-03-05 09:18:31 -08:00
*/
float luaHardSparkSkip = ( float ) 0 ;
/**
2024-03-12 18:51:34 -07:00
* offset 68
2024-03-05 09:18:31 -08:00
*/
float tractionControlSparkSkip = ( float ) 0 ;
/**
* User - defined RPM hard limit
* units : rpm
2024-03-12 18:51:34 -07:00
* offset 72
2024-03-05 09:18:31 -08:00
*/
int16_t desiredRpmLimit = ( int16_t ) 0 ;
/**
* need 4 byte alignment
* units : units
2024-03-12 18:51:34 -07:00
* offset 74
2024-03-05 09:18:31 -08:00
*/
2024-03-12 18:51:34 -07:00
uint8_t alignmentFill_at_74 [ 2 ] ;
2024-03-05 09:18:31 -08:00
/**
* Fuel : Injection counter
2024-03-12 18:51:34 -07:00
* offset 76
2024-03-05 09:18:31 -08:00
*/
uint32_t fuelInjectionCounter = ( uint32_t ) 0 ;
/**
* Ign : Spark counter
2024-03-12 18:51:34 -07:00
* offset 80
2024-03-05 09:18:31 -08:00
*/
uint32_t globalSparkCounter = ( uint32_t ) 0 ;
/**
* @ @ GAUGE_NAME_FUEL_LOAD @ @
2024-03-12 18:51:34 -07:00
* offset 84
2024-03-05 09:18:31 -08:00
*/
float fuelingLoad = ( float ) 0 ;
/**
* @ @ GAUGE_NAME_IGNITION_LOAD @ @
2024-03-12 18:51:34 -07:00
* offset 88
2024-03-05 09:18:31 -08:00
*/
float ignitionLoad = ( float ) 0 ;
/**
* units : %
2024-03-12 18:51:34 -07:00
* offset 92
2024-03-05 09:18:31 -08:00
*/
scaled_channel < uint16_t , 100 , 1 > veTableYAxis = ( uint16_t ) 0 ;
/**
* need 4 byte alignment
* units : units
2024-03-12 18:51:34 -07:00
* offset 94
2024-03-05 09:18:31 -08:00
*/
2024-03-12 18:51:34 -07:00
uint8_t alignmentFill_at_94 [ 2 ] ;
2024-03-05 09:18:31 -08:00
} ;
2024-03-12 18:51:34 -07:00
static_assert ( sizeof ( engine_state_s ) = = 96 ) ;
2024-03-05 09:18:31 -08:00
// end
2024-03-12 18:51:34 -07:00
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/engine_state.txt Wed Mar 13 01:50:40 UTC 2024