2020-07-05 23:07:22 -07:00
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/engine_state.txt Mon Jul 06 06:07:19 UTC 2020
2019-07-20 11:56:56 -07:00
// by class com.rusefi.output.CHeaderConsumer
2019-06-17 09:18:55 -07:00
// begin
2020-07-05 23:07:22 -07:00
# pragma once
2019-06-17 09:18:55 -07:00
# include "rusefi_types.h"
2019-06-19 19:34:11 -07:00
// start of speed_density_s
struct speed_density_s {
2019-06-17 09:18:55 -07:00
/**
offset 0 bit 0 */
bool isTChargeAirModel : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 0 bit 1 */
bool unusedBit_1_1 : 1 ;
/**
offset 0 bit 2 */
bool unusedBit_1_2 : 1 ;
/**
offset 0 bit 3 */
bool unusedBit_1_3 : 1 ;
/**
offset 0 bit 4 */
bool unusedBit_1_4 : 1 ;
/**
offset 0 bit 5 */
bool unusedBit_1_5 : 1 ;
/**
offset 0 bit 6 */
bool unusedBit_1_6 : 1 ;
/**
offset 0 bit 7 */
bool unusedBit_1_7 : 1 ;
/**
offset 0 bit 8 */
bool unusedBit_1_8 : 1 ;
/**
offset 0 bit 9 */
bool unusedBit_1_9 : 1 ;
/**
offset 0 bit 10 */
bool unusedBit_1_10 : 1 ;
/**
offset 0 bit 11 */
bool unusedBit_1_11 : 1 ;
/**
offset 0 bit 12 */
bool unusedBit_1_12 : 1 ;
/**
offset 0 bit 13 */
bool unusedBit_1_13 : 1 ;
/**
offset 0 bit 14 */
bool unusedBit_1_14 : 1 ;
/**
offset 0 bit 15 */
bool unusedBit_1_15 : 1 ;
/**
offset 0 bit 16 */
bool unusedBit_1_16 : 1 ;
/**
offset 0 bit 17 */
bool unusedBit_1_17 : 1 ;
/**
offset 0 bit 18 */
bool unusedBit_1_18 : 1 ;
/**
offset 0 bit 19 */
bool unusedBit_1_19 : 1 ;
/**
offset 0 bit 20 */
bool unusedBit_1_20 : 1 ;
/**
offset 0 bit 21 */
bool unusedBit_1_21 : 1 ;
/**
offset 0 bit 22 */
bool unusedBit_1_22 : 1 ;
/**
offset 0 bit 23 */
bool unusedBit_1_23 : 1 ;
/**
offset 0 bit 24 */
bool unusedBit_1_24 : 1 ;
/**
offset 0 bit 25 */
bool unusedBit_1_25 : 1 ;
/**
offset 0 bit 26 */
bool unusedBit_1_26 : 1 ;
/**
offset 0 bit 27 */
bool unusedBit_1_27 : 1 ;
/**
offset 0 bit 28 */
bool unusedBit_1_28 : 1 ;
/**
offset 0 bit 29 */
bool unusedBit_1_29 : 1 ;
/**
offset 0 bit 30 */
bool unusedBit_1_30 : 1 ;
/**
offset 0 bit 31 */
bool unusedBit_1_31 : 1 ;
2019-06-17 09:18:55 -07:00
/**
2019-06-19 19:34:11 -07:00
* Speed - density logic : calculated air mass in one cylinder , in grams
2019-06-17 09:18:55 -07:00
* offset 4
*/
2019-07-21 14:06:16 -07:00
float airMassInOneCylinder = ( float ) 0 ;
2019-06-17 09:18:55 -07:00
/**
2019-06-19 19:34:11 -07:00
* speed density
* Rate - of - change limiter is applied to degrees , so we store both Kelvin and degrees .
2019-06-17 09:18:55 -07:00
* offset 8
*/
2019-07-21 14:06:16 -07:00
float tCharge = ( float ) 0 ;
2019-06-17 09:18:55 -07:00
/**
* offset 12
*/
2019-07-21 14:06:16 -07:00
float tChargeK = ( float ) 0 ;
2019-06-17 09:18:55 -07:00
/**
* offset 16
*/
2019-07-21 14:06:16 -07:00
float Tcharge_coff = ( float ) 0 ;
2019-06-17 09:18:55 -07:00
/**
* offset 20
*/
2019-07-21 14:06:16 -07:00
floatms_t airFlow = ( floatms_t ) 0 ;
2019-06-17 18:37:11 -07:00
/**
* offset 24
*/
2019-07-21 14:06:16 -07:00
float manifoldAirPressureAccelerationAdjustment = ( float ) 0 ;
2019-06-17 18:37:11 -07:00
/**
* offset 28
*/
2019-07-21 14:06:16 -07:00
float adjustedManifoldAirPressure = ( float ) 0 ;
2019-06-19 19:34:11 -07:00
/** total size 32*/
} ;
typedef struct speed_density_s speed_density_s ;
2019-07-21 15:07:24 -07:00
// start of idle_state_s
struct idle_state_s {
/**
* offset 0
*/
idle_state_e idleState = ( idle_state_e ) 0 ;
/**
* that ' s current position with CLT and IAT corrections
* offset 4
*/
percent_t currentIdlePosition = ( percent_t ) 0 ;
/**
* current position without adjustments ( iacByTpsTaper , afterCrankingIACtaperDuration )
* offset 8
*/
percent_t baseIdlePosition = ( percent_t ) 0 ;
/**
2019-08-30 15:17:10 -07:00
* true in IDLE throttle pedal state , false if driver is touching the pedal
* todo : better name for this field ?
2019-07-21 15:07:24 -07:00
* offset 12
*/
2019-08-30 15:17:10 -07:00
int throttlePedalUpState = ( int ) 0 ;
2019-09-22 05:44:51 -07:00
/**
* ETB position adjustment related to idle RPM control
* offset 16
*/
percent_t etbIdleAddition = ( percent_t ) 0 ;
/** total size 20*/
2019-07-21 15:07:24 -07:00
} ;
typedef struct idle_state_s idle_state_s ;
2019-08-26 20:41:04 -07:00
// start of cranking_fuel_s
struct cranking_fuel_s {
/**
* Duration of injection , in ms . During cranking we do not account for injector flow , so if you change injectors you would need to change settings .
* Deprecated . Please use ' 1 ' .
* TODO : maybe account for injector flow ?
* offset 0
*/
floatms_t baseFuel = ( floatms_t ) 0 ;
/**
* offset 4
*/
float coolantTemperatureCoefficient = ( float ) 0 ;
/**
* offset 8
*/
float tpsCoefficient = ( float ) 0 ;
/**
* offset 12
*/
float durationCoefficient = ( float ) 0 ;
/**
* Actual injection duration based on all above coefficients .
* offset 16
*/
floatms_t fuel = ( floatms_t ) 0 ;
/** total size 20*/
} ;
typedef struct cranking_fuel_s cranking_fuel_s ;
// start of running_fuel_s
struct running_fuel_s {
/**
* offset 0
*/
float postCrankingFuelCorrection = ( float ) 0 ;
/**
* offset 4
*/
float intakeTemperatureCoefficient = ( float ) 0 ;
/**
* offset 8
*/
float coolantTemperatureCoefficient = ( float ) 0 ;
/**
* offset 12
*/
float timeSinceCrankingInSecs = ( float ) 0 ;
/**
* injectorLag ( VBatt )
* this value depends on a slow - changing VBatt value , so
* we update it once in a while
* offset 16
*/
floatms_t injectorLag = ( floatms_t ) 0 ;
/**
* closed - loop fuel correction
* offset 20
*/
floatms_t pidCorrection = ( floatms_t ) 0 ;
2019-08-27 21:29:55 -07:00
/**
* offset 24
*/
floatms_t baseFuel = ( floatms_t ) 0 ;
2019-08-26 20:41:04 -07:00
/**
* Actual injection duration with CLT , IAT and TPS acceleration corrections per cycle , as squirt duration .
* Without injector lag .
* @ see baseFuel
* @ see actualLastInjection
2019-08-27 21:29:55 -07:00
* offset 28
2019-08-26 20:41:04 -07:00
*/
floatms_t fuel = ( floatms_t ) 0 ;
2019-08-27 21:29:55 -07:00
/** total size 32*/
2019-08-26 20:41:04 -07:00
} ;
typedef struct running_fuel_s running_fuel_s ;
2019-06-19 19:34:11 -07:00
// start of engine_state2_s
struct engine_state2_s {
/**
* offset 0
*/
speed_density_s sd ;
2019-06-17 18:37:11 -07:00
/**
* offset 32
*/
2019-07-21 14:06:16 -07:00
idle_state_s idle ;
/**
2019-09-22 05:44:51 -07:00
* offset 52
2019-07-21 14:06:16 -07:00
*/
float targetAFR = ( float ) 0 ;
2019-06-19 19:34:11 -07:00
/**
2019-09-22 05:44:51 -07:00
* offset 56
2019-06-19 19:34:11 -07:00
*/
2019-07-21 14:06:16 -07:00
float engineCycleDurationMs = ( float ) 0 ;
2019-06-19 19:34:11 -07:00
/**
2019-09-22 05:44:51 -07:00
* offset 60
2019-06-19 19:34:11 -07:00
*/
2019-07-21 14:06:16 -07:00
float minRpmKcurrentTPS = ( float ) 0 ;
2019-06-19 19:34:11 -07:00
/**
2019-09-22 05:44:51 -07:00
* offset 64
2019-06-19 19:34:11 -07:00
*/
2019-07-21 14:06:16 -07:00
int currentTpsAdc = ( int ) 0 ;
2019-06-19 19:34:11 -07:00
/**
2019-09-22 05:44:51 -07:00
* offset 68
2019-06-19 19:34:11 -07:00
*/
2019-07-21 14:06:16 -07:00
float tpsVoltageMCU = ( float ) 0 ;
2019-06-19 19:34:11 -07:00
/**
2019-09-22 05:44:51 -07:00
* offset 72
2019-06-19 19:34:11 -07:00
*/
2019-07-21 14:06:16 -07:00
float tpsVoltageBoard = ( float ) 0 ;
2019-06-19 19:34:11 -07:00
/**
2019-09-22 05:44:51 -07:00
* offset 76
2019-06-19 19:34:11 -07:00
*/
2019-07-21 14:06:16 -07:00
float currentBaroCorrectedVE = ( float ) 0 ;
2019-08-26 20:41:04 -07:00
/**
2019-09-22 05:44:51 -07:00
* offset 80
2019-08-26 20:41:04 -07:00
*/
2019-09-24 15:39:26 -07:00
float injectorFlowCorrection = ( float ) 0 ;
/**
* offset 84
*/
2019-08-26 20:41:04 -07:00
float baroCorrection = ( float ) 0 ;
/**
2019-09-24 15:39:26 -07:00
offset 88 bit 0 */
2019-08-31 14:07:21 -07:00
bool isCrankingState : 1 ;
/**
2019-09-24 15:39:26 -07:00
offset 88 bit 1 */
2020-04-10 10:19:54 -07:00
bool isAutomaticIdle : 1 ;
2019-09-01 12:46:40 -07:00
/**
2019-09-24 15:39:26 -07:00
offset 88 bit 2 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_2 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 3 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_3 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 4 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_4 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 5 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_5 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 6 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_6 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 7 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_7 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 8 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_8 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 9 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_9 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 10 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_10 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 11 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_11 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 12 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_12 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 13 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_13 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 14 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_14 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 15 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_15 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 16 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_16 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 17 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_17 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 18 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_18 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 19 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_19 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 20 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_20 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 21 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_21 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 22 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_22 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 23 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_23 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 24 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_24 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 25 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_25 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 26 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_26 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 27 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_27 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 28 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_28 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 29 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_29 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 30 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_30 : 1 ;
2020-02-25 19:01:13 -08:00
/**
offset 88 bit 31 */
2020-04-10 10:19:54 -07:00
bool unusedBit_13_31 : 1 ;
2019-08-26 20:41:04 -07:00
/**
2019-09-24 15:39:26 -07:00
* offset 92
2019-08-26 20:41:04 -07:00
*/
cranking_fuel_s cranking ;
/**
2019-09-24 15:39:26 -07:00
* offset 112
2019-08-26 20:41:04 -07:00
*/
running_fuel_s running ;
2019-09-01 12:46:40 -07:00
/**
2019-09-24 15:39:26 -07:00
* offset 144
2019-09-01 12:46:40 -07:00
*/
percent_t etbFeedForward = ( percent_t ) 0 ;
2019-09-22 05:44:51 -07:00
/**
2019-09-24 15:39:26 -07:00
* offset 148
2019-09-22 05:44:51 -07:00
*/
percent_t targetFromTable = ( percent_t ) 0 ;
2019-11-05 20:36:33 -08:00
/**
* ignition dwell duration in ms
* See also dwellAngle
* offset 152
*/
floatms_t sparkDwell = ( floatms_t ) 0 ;
/**
* ignition dwell duration as crankshaft angle
* NAN if engine is stopped
* See also sparkDwell
* offset 156
*/
angle_t dwellAngle = ( angle_t ) 0 ;
/**
* offset 160
*/
angle_t cltTimingCorrection = ( angle_t ) 0 ;
/** total size 164*/
2019-06-17 09:18:55 -07:00
} ;
typedef struct engine_state2_s engine_state2_s ;
// end
2020-07-05 23:07:22 -07:00
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/engine_state.txt Mon Jul 06 06:07:19 UTC 2020