throttle2Position progress

This commit is contained in:
rusEfi 2020-02-27 03:21:42 -05:00
parent b866b57d23
commit 7e07d18afe
4 changed files with 8 additions and 3 deletions

View File

@ -178,6 +178,9 @@ typedef struct {
// EGT // EGT
egt_values_s egtValues; // 204 egt_values_s egtValues; // 204
scaled_percent throttle2Position; // 220
uint8_t unusedAtTheEnd[18]; // we have some unused bytes to allow compatible TS changes
// Temporary - will remove soon // Temporary - will remove soon
TsDebugChannels* getDebugChannels() { TsDebugChannels* getDebugChannels() {

View File

@ -68,7 +68,7 @@ struct_no_prefix engine_configuration_s
#define ETB_BIAS_CURVE_LENGTH 8 #define ETB_BIAS_CURVE_LENGTH 8
! this is here so that rusEfi console can access it, too ! this is here so that rusEfi console can access it, too
#define TS_OUTPUT_SIZE 220 #define TS_OUTPUT_SIZE 240
#define MAP_ANGLE_SIZE 8 #define MAP_ANGLE_SIZE 8
#define MAP_WINDOW_SIZE 8 #define MAP_WINDOW_SIZE 8

View File

@ -332,6 +332,8 @@ fileVersion = { @@TS_FILE_VERSION@@ }
egt6 = scalar, S16, 214, "deg C", 1, 0 egt6 = scalar, S16, 214, "deg C", 1, 0
egt7 = scalar, S16, 216, "deg C", 1, 0 egt7 = scalar, S16, 216, "deg C", 1, 0
egt8 = scalar, S16, 218, "deg C", 1, 0 egt8 = scalar, S16, 218, "deg C", 1, 0
;
TPS2Value = scalar, S16, 220, "%",{1/@@PACK_MULT_PERCENT@@}, 0
; ;

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated; package com.rusefi.config.generated;
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 01:01:20 EST 2020 // this file was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 03:14:33 EST 2020
// by class com.rusefi.output.FileJavaFieldsConsumer // by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*; import com.rusefi.config.*;
@ -1350,7 +1350,7 @@ public class Fields {
public static final int triggerSimulatorPins2_offset = 737; public static final int triggerSimulatorPins2_offset = 737;
public static final int triggerSimulatorPins3_offset = 738; public static final int triggerSimulatorPins3_offset = 738;
public static final int TS_FILE_VERSION = 20191221; public static final int TS_FILE_VERSION = 20191221;
public static final int TS_OUTPUT_SIZE = 220; public static final int TS_OUTPUT_SIZE = 240;
public static final String TS_SIGNATURE = "rusEFI v1.08"; public static final String TS_SIGNATURE = "rusEFI v1.08";
public static final int tunerStudioSerialSpeed_offset = 728; public static final int tunerStudioSerialSpeed_offset = 728;
public static final int twoWireBatchIgnition_offset = 1476; public static final int twoWireBatchIgnition_offset = 1476;