auto-sync
This commit is contained in:
parent
1037f559f5
commit
ba0ee9cad9
|
@ -1,4 +1,4 @@
|
||||||
// this section was generated by config_definition.jar on Mon Oct 19 21:36:30 EDT 2015
|
// this section was generated by config_definition.jar on Tue Oct 20 12:50:40 EDT 2015
|
||||||
// begin
|
// begin
|
||||||
#include "rusefi_types.h"
|
#include "rusefi_types.h"
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
@ -1476,7 +1476,7 @@ typedef struct {
|
||||||
/**
|
/**
|
||||||
* offset 9528
|
* offset 9528
|
||||||
*/
|
*/
|
||||||
fuel_table_t injectionPhase;
|
ignition_table_t injectionPhase;
|
||||||
/**
|
/**
|
||||||
* offset 10552
|
* offset 10552
|
||||||
*/
|
*/
|
||||||
|
@ -1538,4 +1538,4 @@ typedef struct {
|
||||||
} persistent_config_s;
|
} persistent_config_s;
|
||||||
|
|
||||||
// end
|
// end
|
||||||
// this section was generated by config_definition.jar on Mon Oct 19 21:36:30 EDT 2015
|
// this section was generated by config_definition.jar on Tue Oct 20 12:50:40 EDT 2015
|
||||||
|
|
|
@ -53,7 +53,7 @@ typedef char le_formula_t[LE_COMMAND_LENGTH];
|
||||||
|
|
||||||
typedef brain_pin_e egt_cs_array_t[EGT_CHANNEL_COUNT];
|
typedef brain_pin_e egt_cs_array_t[EGT_CHANNEL_COUNT];
|
||||||
|
|
||||||
// todo: merge these two types together?
|
// todo: merge these two types together? but these tables have different TS parameters like ranges etc
|
||||||
typedef float fuel_table_t[FUEL_LOAD_COUNT][FUEL_RPM_COUNT];
|
typedef float fuel_table_t[FUEL_LOAD_COUNT][FUEL_RPM_COUNT];
|
||||||
typedef float ignition_table_t[IGN_LOAD_COUNT][IGN_RPM_COUNT];
|
typedef float ignition_table_t[IGN_LOAD_COUNT][IGN_RPM_COUNT];
|
||||||
|
|
||||||
|
|
|
@ -66,7 +66,7 @@ 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, -360, 360, 2
|
custom ignition_table_t 1024 array, F32, @OFFSET@, [16x16],"deg", 1, 0, -720, 720, 2
|
||||||
|
|
||||||
|
|
||||||
struct cranking_parameters_s
|
struct cranking_parameters_s
|
||||||
|
@ -197,7 +197,7 @@ engine_load_mode_e algorithm;This setting controls which algorithm is used for E
|
||||||
custom injection_mode_e 4 bits, U32, @OFFSET@, [0:1], "Simultaneous", "Sequential", "Batch", "INVALID"
|
custom injection_mode_e 4 bits, U32, @OFFSET@, [0:1], "Simultaneous", "Sequential", "Batch", "INVALID"
|
||||||
injection_mode_e crankingInjectionMode;
|
injection_mode_e crankingInjectionMode;
|
||||||
injection_mode_e injectionMode;
|
injection_mode_e injectionMode;
|
||||||
angle_t injectionOffset;this is about deciding when the injector starts it's squirt\nSee also injectionPhase map;"deg", 1, 0.0, 0, 1000.0, 2
|
angle_t injectionOffset;this is about deciding when the injector starts it's squirt\nSee also injectionPhase map;"deg", 1, 0.0, -720, 720, 2
|
||||||
angle_t crankingTimingAngle;Timing advance while cranking enginee; "deg", 1, 0.0, -360, 360, 2
|
angle_t crankingTimingAngle;Timing advance while cranking enginee; "deg", 1, 0.0, -360, 360, 2
|
||||||
|
|
||||||
custom ignition_mode_e 4 bits, U32, @OFFSET@, [0:1], "One coil", "Individual Coils", "Wasted", "INVALID"
|
custom ignition_mode_e 4 bits, U32, @OFFSET@, [0:1], "One coil", "Individual Coils", "Wasted", "INVALID"
|
||||||
|
@ -640,7 +640,7 @@ ignition_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
|
||||||
|
|
||||||
fuel_table_t injectionPhase;
|
ignition_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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue