auto-sync

This commit is contained in:
rusEfi 2016-03-12 10:01:55 -05:00
parent fc49e43225
commit 58f6b9c578
4 changed files with 24 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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;