auto-sync
This commit is contained in:
parent
808e539551
commit
87111dc687
|
@ -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
|
// begin
|
||||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||||
|
@ -1573,7 +1573,7 @@ typedef struct {
|
||||||
/**
|
/**
|
||||||
* offset 9176
|
* offset 9176
|
||||||
*/
|
*/
|
||||||
ignition_table_t ignitionIatCorrTable;
|
angle_table_t ignitionIatCorrTable;
|
||||||
/**
|
/**
|
||||||
* offset 10200
|
* offset 10200
|
||||||
*/
|
*/
|
||||||
|
@ -1585,7 +1585,7 @@ typedef struct {
|
||||||
/**
|
/**
|
||||||
* offset 10328
|
* offset 10328
|
||||||
*/
|
*/
|
||||||
ignition_table_t injectionPhase;
|
angle_table_t injectionPhase;
|
||||||
/**
|
/**
|
||||||
* offset 11352
|
* offset 11352
|
||||||
*/
|
*/
|
||||||
|
@ -1648,4 +1648,4 @@ typedef struct {
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// end
|
// 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;
|
ignition_table_t map;
|
||||||
} full_i_table_s;
|
} 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 int cylinders_count_t;
|
||||||
|
|
||||||
typedef int32_t bool32_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
|
! 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
|
struct pid_s
|
||||||
float pFactor;;"value", 1, 0, 0, 1000, 5
|
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@@
|
custom adc_channel_e 4 bits, U32, @OFFSET@, [0:4] @@adc_channel_e_enum@@
|
||||||
|
|
||||||
struct air_pressure_sensor_config_s
|
struct air_pressure_sensor_config_s
|
||||||
float valueAt0;kPa value at zero 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, 0, 450, 2
|
float valueAt5;kPa value at 5 volts;"kpa", 1, 0, -400, 800, 2
|
||||||
air_pressure_sensor_type_e type;
|
air_pressure_sensor_type_e type;
|
||||||
adc_channel_e hwChannel;
|
adc_channel_e hwChannel;
|
||||||
end_struct
|
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] 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
|
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_LOAD_COUNT] ignitionIatCorrLoadBins;;"Load", 1, 0.0, 0, 300.0, 2
|
||||||
float[IGN_RPM_COUNT] ignitionIatCorrRpmBins;;"RPM", 1, 0.0, 0, 18000.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_LOAD_COUNT] injPhaseLoadBins;;"Load", 1, 0.0, 0, 300.0, 2
|
||||||
float[FUEL_RPM_COUNT] injPhaseRpmBins;;"RPM", 1, 0.0, 0, 18000.0, 2
|
float[FUEL_RPM_COUNT] injPhaseRpmBins;;"RPM", 1, 0.0, 0, 18000.0, 2
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
; see PAGE_0_SIZE in C source code
|
; see PAGE_0_SIZE in C source code
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; 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
|
||||||
|
|
||||||
pageSize = 16088
|
pageSize = 16088
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -572,7 +572,7 @@ page = 1
|
||||||
fuelTable = array, F32, 11480, [16x16],"ms", 1, 0, 0.0, 300.0, 2
|
fuelTable = array, F32, 11480, [16x16],"ms", 1, 0, 0.0, 300.0, 2
|
||||||
fuelLoadBins = array, F32, 12504, [16], "V", 1, 0, 0.0, 300.0, 2
|
fuelLoadBins = array, F32, 12504, [16], "V", 1, 0, 0.0, 300.0, 2
|
||||||
fuelRpmBins = array, F32, 12568, [16], "RPM", 1, 0, 0.0, 25500.0, 2
|
fuelRpmBins = array, F32, 12568, [16], "RPM", 1, 0, 0.0, 25500.0, 2
|
||||||
ignitionTable = array, F32, 12632, [16x16],"deg", 1, 0, -720, 720, 2
|
ignitionTable = array, F32, 12632, [16x16],"deg", 1, 0, -20, 90, 2
|
||||||
ignitionLoadBins = array, F32, 13656, [16], "Load", 1, 0.0, 0, 300.0, 2
|
ignitionLoadBins = array, F32, 13656, [16], "Load", 1, 0.0, 0, 300.0, 2
|
||||||
ignitionRpmBins = array, F32, 13720, [16], "RPM", 1, 0.0, 0, 18000.0, 2
|
ignitionRpmBins = array, F32, 13720, [16], "RPM", 1, 0.0, 0, 18000.0, 2
|
||||||
veTable = array, F32, 13784, [16x16],"%", 1, 0, 0, 999.0, 2
|
veTable = array, F32, 13784, [16x16],"%", 1, 0, 0, 999.0, 2
|
||||||
|
@ -1307,8 +1307,8 @@ cmdinjspk16 = "w\x00\x00\x00\x2f"
|
||||||
dialog = mapSensorVDlg, "Voltage Sensor Settings", xAxis
|
dialog = mapSensorVDlg, "Voltage Sensor Settings", xAxis
|
||||||
field = "MAP ADC input", map_sensor_hwChannel, {hasFrequencyReportingMapSensor == 0}
|
field = "MAP ADC input", map_sensor_hwChannel, {hasFrequencyReportingMapSensor == 0}
|
||||||
field = "Map type", map_sensor_type, {hasFrequencyReportingMapSensor == 0}
|
field = "Map type", map_sensor_type, {hasFrequencyReportingMapSensor == 0}
|
||||||
field = "MAP at minimum voltage", map_sensor_valueAt0, { map_sensor_type == 0 && hasFrequencyReportingMapSensor == 0}
|
field = "MAP value at 0.0v", map_sensor_valueAt0, { map_sensor_type == 0 && hasFrequencyReportingMapSensor == 0}
|
||||||
field = "MAP at maximum voltage", map_sensor_valueAt5, { map_sensor_type == 0 && hasFrequencyReportingMapSensor == 0}
|
field = "MAP value at 5.0v", map_sensor_valueAt5, { map_sensor_type == 0 && hasFrequencyReportingMapSensor == 0}
|
||||||
|
|
||||||
dialog = mapSensorFDlg, "Frequency Sensor Settings", xAxis
|
dialog = mapSensorFDlg, "Frequency Sensor Settings", xAxis
|
||||||
field = "pin", frequencyReportingMapInputPin, {hasFrequencyReportingMapSensor == 1}
|
field = "pin", frequencyReportingMapInputPin, {hasFrequencyReportingMapSensor == 1}
|
||||||
|
@ -1403,9 +1403,9 @@ cmdinjspk16 = "w\x00\x00\x00\x2f"
|
||||||
field = "Fuel Pump Pin", fuelPumpPin
|
field = "Fuel Pump Pin", fuelPumpPin
|
||||||
|
|
||||||
; Engine->MIL Settings
|
; Engine->MIL Settings
|
||||||
dialog = malfunction, "MIL Settings"
|
dialog = malfunction, "Check Engine Settings"
|
||||||
field = "MIL Pin Mode", malfunctionIndicatorPinMode
|
field = "Check Engine Pin Mode", malfunctionIndicatorPinMode
|
||||||
field = "MIL Pin", malfunctionIndicatorPin
|
field = "Check Engine Pin", malfunctionIndicatorPin
|
||||||
|
|
||||||
; Engine->hip9011 Settings
|
; Engine->hip9011 Settings
|
||||||
dialog = hipFunction, "HIP9011 Settings"
|
dialog = hipFunction, "HIP9011 Settings"
|
||||||
|
|
Loading…
Reference in New Issue