auto-sync
This commit is contained in:
parent
997ce583bd
commit
8a779e8412
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Feb 28 00:56:56 EST 2016
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue Mar 01 22:57:52 EST 2016
|
||||
// begin
|
||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||
|
@ -1573,7 +1573,7 @@ typedef struct {
|
|||
/**
|
||||
* offset 9176
|
||||
*/
|
||||
ignition_table_t ignitionIatCorrTable;
|
||||
angle_table_t ignitionIatCorrTable;
|
||||
/**
|
||||
* offset 10200
|
||||
*/
|
||||
|
@ -1585,7 +1585,7 @@ typedef struct {
|
|||
/**
|
||||
* offset 10328
|
||||
*/
|
||||
ignition_table_t injectionPhase;
|
||||
angle_table_t injectionPhase;
|
||||
/**
|
||||
* offset 11352
|
||||
*/
|
||||
|
@ -1648,4 +1648,4 @@ typedef struct {
|
|||
|
||||
#endif
|
||||
// end
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Feb 28 00:56:56 EST 2016
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue Mar 01 22:57:52 EST 2016
|
||||
|
|
|
@ -67,6 +67,9 @@ typedef struct {
|
|||
ignition_table_t map;
|
||||
} full_i_table_s;
|
||||
|
||||
// this is different type simply to have different hi/low range in rusefi.ini
|
||||
typedef ignition_table_t angle_table_t;
|
||||
|
||||
typedef int cylinders_count_t;
|
||||
|
||||
typedef int32_t bool32_t;
|
||||
|
|
|
@ -68,7 +68,9 @@ custom baro_corr_table_t 64 array, F32, @OFFSET@, [@@BARO_CORR_SIZE@@x@@BARO
|
|||
|
||||
|
||||
! please note that 1024 here is 4 * IGN_LOAD_COUNT * IGN_RPM_COUNT
|
||||
custom ignition_table_t 1024 array, F32, @OFFSET@, [16x16],"deg", 1, 0, -720, 720, 2
|
||||
custom ignition_table_t 1024 array, F32, @OFFSET@, [16x16],"deg", 1, 0, -20, 90, 2
|
||||
|
||||
custom angle_table_t 1024 array, F32, @OFFSET@, [16x16],"deg", 1, 0, -720, 720, 2
|
||||
|
||||
struct pid_s
|
||||
float pFactor;;"value", 1, 0, 0, 1000, 5
|
||||
|
@ -100,8 +102,8 @@ custom air_pressure_sensor_type_e 4 bits, U32, @OFFSET@, [0:2] "Custom", "DENSO
|
|||
custom adc_channel_e 4 bits, U32, @OFFSET@, [0:4] @@adc_channel_e_enum@@
|
||||
|
||||
struct air_pressure_sensor_config_s
|
||||
float valueAt0;kPa value at zero volts;"kpa", 1, 0, 0, 450, 2
|
||||
float valueAt5;kPa value at 5 volts;"kpa", 1, 0, 0, 450, 2
|
||||
float valueAt0;kPa value at zero volts;"kpa", 1, 0, -400, 800, 2
|
||||
float valueAt5;kPa value at 5 volts;"kpa", 1, 0, -400, 800, 2
|
||||
air_pressure_sensor_type_e type;
|
||||
adc_channel_e hwChannel;
|
||||
end_struct
|
||||
|
@ -674,11 +676,11 @@ float[CLT_CURVE_SIZE] cltIdleCorr;;"%", 1, 0, 0.0, 500.0, 2
|
|||
float[MAF_DECODING_COUNT] mafDecoding;kg/hour value.\nBy the way 2.081989116 kg/h = 1 ft³/m;"kg/hour", 1, 0, -500.0, 4000.0, 2
|
||||
float[MAF_DECODING_COUNT] mafDecodingBins;; "V", 1, 0, -5.0, 150.0, 2
|
||||
|
||||
ignition_table_t ignitionIatCorrTable;
|
||||
angle_table_t ignitionIatCorrTable;
|
||||
float[IGN_LOAD_COUNT] ignitionIatCorrLoadBins;;"Load", 1, 0.0, 0, 300.0, 2
|
||||
float[IGN_RPM_COUNT] ignitionIatCorrRpmBins;;"RPM", 1, 0.0, 0, 18000.0, 2
|
||||
|
||||
ignition_table_t injectionPhase;
|
||||
angle_table_t injectionPhase;
|
||||
float[FUEL_LOAD_COUNT] injPhaseLoadBins;;"Load", 1, 0.0, 0, 300.0, 2
|
||||
float[FUEL_RPM_COUNT] injPhaseRpmBins;;"RPM", 1, 0.0, 0, 18000.0, 2
|
||||
|
||||
|
|
Loading…
Reference in New Issue