ETB progress
This commit is contained in:
parent
6e382ed282
commit
ad99d13359
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue May 16 21:58:40 EDT 2017
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu May 25 00:30:55 EDT 2017
|
||||
// begin
|
||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||
|
@ -1192,7 +1192,7 @@ typedef struct {
|
|||
bool isVerboseIAC : 1;
|
||||
/**
|
||||
offset 1488 bit 3 */
|
||||
bool unusedBit__6 : 1;
|
||||
bool isVerboseETB : 1;
|
||||
/**
|
||||
offset 1488 bit 4 */
|
||||
bool useConstantDwellDuringCranking : 1;
|
||||
|
@ -1319,6 +1319,7 @@ typedef struct {
|
|||
*/
|
||||
uint32_t engineChartSize;
|
||||
/**
|
||||
* set idle_rpm X
|
||||
* offset 1508
|
||||
*/
|
||||
int targetIdleRpm;
|
||||
|
@ -2104,4 +2105,4 @@ typedef struct {
|
|||
|
||||
#endif
|
||||
// end
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue May 16 21:58:40 EDT 2017
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu May 25 00:30:55 EDT 2017
|
||||
|
|
|
@ -843,8 +843,8 @@
|
|||
#define fuelClosedLoopCorrectionEnabled_offset_hex 5d0
|
||||
#define isVerboseIAC_offset 1488
|
||||
#define isVerboseIAC_offset_hex 5d0
|
||||
#define unusedBit__6_offset 1488
|
||||
#define unusedBit__6_offset_hex 5d0
|
||||
#define isVerboseETB_offset 1488
|
||||
#define isVerboseETB_offset_hex 5d0
|
||||
#define useConstantDwellDuringCranking_offset 1488
|
||||
#define useConstantDwellDuringCranking_offset_hex 5d0
|
||||
#define isEngineChartEnabled_offset 1488
|
||||
|
|
|
@ -587,7 +587,7 @@ board_configuration_s bc;
|
|||
bit vvtDisplayInverted
|
||||
bit fuelClosedLoopCorrectionEnabled
|
||||
bit isVerboseIAC
|
||||
bit unusedBit__6
|
||||
bit isVerboseETB
|
||||
bit useConstantDwellDuringCranking
|
||||
bit isEngineChartEnabled;This options enables data for 'engine sniffer' tab in console, which comes at some CPU price
|
||||
bit unusedBit_7
|
||||
|
|
|
@ -45,7 +45,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 Mon May 22 19:37:38 EDT 2017
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu May 25 00:30:55 EDT 2017
|
||||
|
||||
pageSize = 16376
|
||||
page = 1
|
||||
|
@ -427,7 +427,7 @@ page = 1
|
|||
vvtDisplayInverted = bits, U32, 1488, [0:0], "false", "true"
|
||||
fuelClosedLoopCorrectionEnabled= bits, U32, 1488, [1:1], "false", "true"
|
||||
isVerboseIAC = bits, U32, 1488, [2:2], "false", "true"
|
||||
unusedBit__6 = bits, U32, 1488, [3:3], "false", "true"
|
||||
isVerboseETB = bits, U32, 1488, [3:3], "false", "true"
|
||||
useConstantDwellDuringCranking= bits, U32, 1488, [4:4], "false", "true"
|
||||
isEngineChartEnabled = bits, U32, 1488, [5:5], "false", "true"
|
||||
unusedBit_7 = bits, U32, 1488, [6:6], "false", "true"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.rusefi.config;
|
||||
|
||||
// this file was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Mon May 22 19:37:38 EDT 2017
|
||||
// this file was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu May 25 00:30:55 EDT 2017
|
||||
public class Fields {
|
||||
public static final int LE_COMMAND_LENGTH = 200;
|
||||
public static final int FSIO_ADC_COUNT = 4;
|
||||
|
@ -623,7 +623,7 @@ public class Fields {
|
|||
public static final int vvtDisplayInverted_offset = 1488;
|
||||
public static final int fuelClosedLoopCorrectionEnabled_offset = 1488;
|
||||
public static final int isVerboseIAC_offset = 1488;
|
||||
public static final int unusedBit__6_offset = 1488;
|
||||
public static final int isVerboseETB_offset = 1488;
|
||||
public static final int useConstantDwellDuringCranking_offset = 1488;
|
||||
public static final int isEngineChartEnabled_offset = 1488;
|
||||
public static final int unusedBit_7_offset = 1488;
|
||||
|
@ -1441,7 +1441,7 @@ public class Fields {
|
|||
public static final Field VVTDISPLAYINVERTED = Field.create("VVTDISPLAYINVERTED", 1488, FieldType.BIT, 0);
|
||||
public static final Field FUELCLOSEDLOOPCORRECTIONENABLED = Field.create("FUELCLOSEDLOOPCORRECTIONENABLED", 1488, FieldType.BIT, 1);
|
||||
public static final Field ISVERBOSEIAC = Field.create("ISVERBOSEIAC", 1488, FieldType.BIT, 2);
|
||||
public static final Field UNUSEDBIT__6 = Field.create("UNUSEDBIT__6", 1488, FieldType.BIT, 3);
|
||||
public static final Field ISVERBOSEETB = Field.create("ISVERBOSEETB", 1488, FieldType.BIT, 3);
|
||||
public static final Field USECONSTANTDWELLDURINGCRANKING = Field.create("USECONSTANTDWELLDURINGCRANKING", 1488, FieldType.BIT, 4);
|
||||
public static final Field ISENGINECHARTENABLED = Field.create("ISENGINECHARTENABLED", 1488, FieldType.BIT, 5);
|
||||
public static final Field UNUSEDBIT_7 = Field.create("UNUSEDBIT_7", 1488, FieldType.BIT, 6);
|
||||
|
|
Loading…
Reference in New Issue