auto-sync
This commit is contained in:
parent
85ab91e540
commit
e3f0a62fd7
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Wed Mar 09 14:59:13 EST 2016
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Mar 12 09:18:24 EST 2016
|
||||
// begin
|
||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||
|
@ -1501,11 +1501,15 @@ typedef struct {
|
|||
/**
|
||||
* offset 2304
|
||||
*/
|
||||
float mapAccelTaper[MAP_ACCEL_TAPER];
|
||||
float mapAccelTaperBins[MAP_ACCEL_TAPER];
|
||||
/**
|
||||
* offset 2336
|
||||
*/
|
||||
int unused[178];
|
||||
float mapAccelTaperMult[MAP_ACCEL_TAPER];
|
||||
/**
|
||||
* offset 2368
|
||||
*/
|
||||
int unused[170];
|
||||
/** total size 3048*/
|
||||
} engine_configuration_s;
|
||||
|
||||
|
@ -1694,4 +1698,4 @@ typedef struct {
|
|||
|
||||
#endif
|
||||
// end
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Wed Mar 09 14:59:13 EST 2016
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Mar 12 09:18:24 EST 2016
|
||||
|
|
|
@ -747,10 +747,12 @@
|
|||
#define warmupTargetAfr_offset 2280
|
||||
#define warmupAfrThreshold_offset 2296
|
||||
#define boostCutPressure_offset 2300
|
||||
#define mapAccelTaper_offset 2304
|
||||
#define mapAccelTaper_offset_hex 900
|
||||
#define unused_offset 2336
|
||||
#define unused_offset_hex 920
|
||||
#define mapAccelTaperBins_offset 2304
|
||||
#define mapAccelTaperBins_offset_hex 900
|
||||
#define mapAccelTaperMult_offset 2336
|
||||
#define mapAccelTaperMult_offset_hex 920
|
||||
#define unused_offset 2368
|
||||
#define unused_offset_hex 940
|
||||
#define le_formulas1_offset 3048
|
||||
#define le_formulas2_offset 3248
|
||||
#define le_formulas3_offset 3448
|
||||
|
|
|
@ -657,9 +657,10 @@ baro_corr_table_t baroCorrTable;
|
|||
|
||||
float boostCutPressure;kPa value at which we need to cut fuel and spark, 0 if not enabled;"kPa", 1, 0, 0, 500, 0
|
||||
|
||||
float[MAP_ACCEL_TAPER] mapAccelTaper;;"counter", 1, 0, 0.0, 300, 0
|
||||
float[MAP_ACCEL_TAPER] mapAccelTaperBins;;"counter", 1, 0, 0.0, 300, 0
|
||||
float[MAP_ACCEL_TAPER] mapAccelTaperMult;;"mult", 1, 0, 0.0, 300, 2
|
||||
|
||||
int[178] unused;
|
||||
int[170] unused;
|
||||
|
||||
|
||||
end_struct
|
||||
|
|
|
@ -41,7 +41,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Mar 11 13:51:34 EST 2016
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Mar 12 09:18:24 EST 2016
|
||||
|
||||
pageSize = 17080
|
||||
page = 1
|
||||
|
@ -532,8 +532,9 @@ page = 1
|
|||
warmupTargetAfr = array, F32, 2280, [4], "AFR", 1, 0, 0.0, 20.0, 2
|
||||
warmupAfrThreshold = scalar, F32, 2296, "tempterature", 1, 0, 0, 200, 3
|
||||
boostCutPressure = scalar, F32, 2300, "kPa", 1, 0, 0, 500, 0
|
||||
mapAccelTaper = array, F32, 2304, [8], "counter", 1, 0, 0.0, 300, 0
|
||||
;skipping unused offset 2336
|
||||
mapAccelTaperBins = array, F32, 2304, [8], "counter", 1, 0, 0.0, 300, 0
|
||||
mapAccelTaperMult = array, F32, 2336, [8], "mult", 1, 0, 0.0, 300, 2
|
||||
;skipping unused offset 2368
|
||||
le_formulas1 = array, U08, 3048, [200],"char", 1, 0, 0.0, 3.0, 2
|
||||
le_formulas2 = array, U08, 3248, [200],"char", 1, 0, 0.0, 3.0, 2
|
||||
le_formulas3 = array, U08, 3448, [200],"char", 1, 0, 0.0, 3.0, 2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.rusefi.config;
|
||||
|
||||
// this file was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue Mar 08 21:51:11 EST 2016
|
||||
// this file was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Mar 12 09:18:24 EST 2016
|
||||
public class Fields {
|
||||
public static final int LE_COMMAND_LENGTH = 200;
|
||||
public static final int TS_FILE_VERSION = 20160122;
|
||||
|
@ -751,10 +751,12 @@ public class Fields {
|
|||
public static final int warmupTargetAfr_offset = 2280;
|
||||
public static final int warmupAfrThreshold_offset = 2296;
|
||||
public static final int boostCutPressure_offset = 2300;
|
||||
public static final int mapAccelTaper_offset = 2304;
|
||||
public static final int mapAccelTaper_offset_hex = 900;
|
||||
public static final int unused_offset = 2336;
|
||||
public static final int unused_offset_hex = 920;
|
||||
public static final int mapAccelTaperBins_offset = 2304;
|
||||
public static final int mapAccelTaperBins_offset_hex = 900;
|
||||
public static final int mapAccelTaperMult_offset = 2336;
|
||||
public static final int mapAccelTaperMult_offset_hex = 920;
|
||||
public static final int unused_offset = 2368;
|
||||
public static final int unused_offset_hex = 940;
|
||||
public static final int le_formulas1_offset = 3048;
|
||||
public static final int le_formulas2_offset = 3248;
|
||||
public static final int le_formulas3_offset = 3448;
|
||||
|
|
Loading…
Reference in New Issue