Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-12-31 20:19:26 +00:00
parent 90107bff47
commit 48ee563b6c
186 changed files with 2138 additions and 777 deletions

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:37 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:33 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:37 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:33 UTC 2023

View File

@ -401,6 +401,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -819,7 +820,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2964181907
#define SIGNATURE_HASH 1289969461
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -873,6 +874,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1118,7 +1120,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.cypress.2964181907"
#define TS_SIGNATURE "rusEFI master.2023.12.31.cypress.1289969461"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:35 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:32 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 18068
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 18104
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 18110
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 18116
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 20712);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:35 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:32 UTC 2023

View File

@ -401,6 +401,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -819,7 +820,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4068217917
#define SIGNATURE_HASH 238196891
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -873,6 +874,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1118,7 +1120,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.kin.4068217917"
#define TS_SIGNATURE "rusEFI master.2023.12.31.kin.238196891"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:38 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:34 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:38 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:34 UTC 2023

View File

@ -429,6 +429,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1056,7 +1057,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1063516245
#define SIGNATURE_HASH 3274536179
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1110,6 +1111,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1355,7 +1357,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.subaru_eg33_f7.1063516245"
#define TS_SIGNATURE "rusEFI master.2023.12.31.subaru_eg33_f7.3274536179"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -667,6 +667,7 @@ entry = etbDutyAverage0, "ETB average duty0", float, "%.3f"
entry = etbTpsErrorCounter0, "ETB TPS error counter0", int, "%d"
entry = etbPpsErrorCounter0, "ETB pedal error counter0", int, "%d"
entry = etbErrorCode0, "etbErrorCode0", int, "%d"
entry = tcEtbDrop0, "tcEtbDrop0", int, "%d"
entry = jamTimer0, "ETB jam timer0", float, "%.3f"
;entry = idlePosition1, "ETB: idlePosition1", float, "%.3f"
;entry = trim1, "ETB: trim1", float, "%.3f"
@ -683,6 +684,7 @@ entry = jamTimer0, "ETB jam timer0", float, "%.3f"
;entry = etbTpsErrorCounter1, "ETB TPS error counter1", int, "%d"
;entry = etbPpsErrorCounter1, "ETB pedal error counter1", int, "%d"
;entry = etbErrorCode1, "etbErrorCode1", int, "%d"
;entry = tcEtbDrop1, "tcEtbDrop1", int, "%d"
;entry = jamTimer1, "ETB jam timer1", float, "%.3f"
entry = faultCode0, "WBO: Fault code0", int, "%d"
entry = heaterDuty0, "WBO: Heater duty0", int, "%d"

View File

@ -398,6 +398,7 @@ dialog = electronic_throttle0Dialog, "electronic_throttle0"
graphLine = etbPpsErrorCounter0
liveGraph = electronic_throttle0_4_Graph, "Graph", South
graphLine = etbErrorCode0
graphLine = tcEtbDrop0
graphLine = jamTimer0

View File

@ -754,6 +754,7 @@ etbDutyAverage0 = scalar, F32, 1392, "per", 1,0
etbTpsErrorCounter0 = scalar, U16, 1396, "count", 1,0
etbPpsErrorCounter0 = scalar, U16, 1398, "count", 1,0
etbErrorCode0 = scalar, S08, 1400, "", 1, 0
tcEtbDrop0 = scalar, S08, 1401, "", 1, 0
jamTimer0 = scalar, U16, 1402, "sec", 0.01, 0
; total TS size = 1404
faultCode0 = scalar, U08, 1404, "", 1, 0

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Sat Feb 18 03:20:18 UTC 2023
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Sun Dec 31 20:17:24 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -171,11 +171,9 @@ struct electronic_throttle_s {
*/
int8_t etbErrorCode = (int8_t)0;
/**
* need 4 byte alignment
units
* offset 49
*/
uint8_t alignmentFill_at_49[1];
int8_t tcEtbDrop = (int8_t)0;
/**
* ETB jam timer
sec
@ -186,4 +184,4 @@ struct electronic_throttle_s {
static_assert(sizeof(electronic_throttle_s) == 52);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Sat Feb 18 03:20:18 UTC 2023
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Sun Dec 31 20:17:24 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:40 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:37 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:40 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:37 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:43 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:40 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:43 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:40 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:46 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:42 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:46 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:42 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:54 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:50 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:54 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:50 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:48 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:45 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2688
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2700
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2706
*/
int8_t unusedHere[2];
/**
* offset 2708
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4364
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4400
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4572);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19460
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19496
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19502
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19508
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22104);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:48 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:45 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:51 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:48 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2688
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2700
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2706
*/
int8_t unusedHere[2];
/**
* offset 2708
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4364
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4400
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4572);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19460
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19496
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19502
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19508
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22104);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:51 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:48 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:25 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:20 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:25 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:20 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:18 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:13 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4188
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4224
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4396);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 18944
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 18980
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 18986
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 18992
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 21588);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:18 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:13 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:23 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:18 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:23 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:18 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:03 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:59 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:03 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:59 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:06 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:01 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:06 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:01 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:48 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:44 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:48 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:44 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:15 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:11 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:15 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:11 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:25 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:21 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:25 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:21 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:04 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:01 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 20116
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 20152
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 20158
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 20164
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22760);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:04 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:01 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:23 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:19 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:23 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:19 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:02 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:58 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:02 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:58 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:59 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:56 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:59 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:56 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:56 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:53 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:18:56 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:17:53 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:07 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:03 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:07 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:03 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:18 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:14 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:18 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:14 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:20 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:16 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:20 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:16 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:10 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:06 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:10 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:06 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:28 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:24 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:28 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:24 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:30 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:27 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:30 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:27 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:41 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:37 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:41 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:37 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:38 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:34 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:38 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:34 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:35 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:32 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:35 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:32 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:15 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:11 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:15 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:11 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:53 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:49 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:53 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:49 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:51 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:47 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:51 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:47 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:58 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:54 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 23444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 23480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 23486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 23492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 26088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:58 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:54 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:55 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:51 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 23444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 23480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 23486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 23492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 26088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:55 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:51 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:01 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:56 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 23444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 23480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 23486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 23492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 26088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:01 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:56 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:43 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:39 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:43 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:39 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:33 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:29 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:33 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:29 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:08 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:04 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:08 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:04 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:10 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:06 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:10 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:06 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:13 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:08 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:13 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:08 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:46 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:42 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:46 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:42 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:20 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:15 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:20:20 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:19:15 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:12 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:09 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -3762,9 +3762,19 @@ struct engine_configuration_s {
*/
scaled_channel<uint8_t, 1, 50> triggerCompSensorSatRpm;
/**
ratio
* offset 2672
*/
int8_t unusedHere[20];
scaled_channel<uint16_t, 10, 1> tractionControlSlipBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
RPM
* offset 2684
*/
uint8_t tractionControlSpeedBins[TRACTION_CONTROL_ETB_DROP_SIZE];
/**
* offset 2690
*/
int8_t unusedHere[2];
/**
* offset 2692
*/
@ -4468,10 +4478,15 @@ struct engine_configuration_s {
*/
float triggerVVTGapOverrideTo[VVT_TRACKING_LENGTH];
/**
units
%
* offset 4348
*/
uint8_t mainUnusedEnd[208];
int8_t tractionControlEtbDrop[TRACTION_CONTROL_ETB_DROP_SIZE][TRACTION_CONTROL_ETB_DROP_SIZE];
/**
units
* offset 4384
*/
uint8_t mainUnusedEnd[172];
};
static_assert(sizeof(engine_configuration_s) == 4556);
@ -5206,17 +5221,17 @@ struct persistent_config_s {
%
* offset 19444
*/
scaled_channel<int8_t, 10, 1> throttle2TrimTable[6][6];
scaled_channel<int8_t, 10, 1> throttle2TrimTable[ETB2_TRIM_SIZE][ETB2_TRIM_SIZE];
/**
%
* offset 19480
*/
uint8_t throttle2TrimTpsBins[6];
uint8_t throttle2TrimTpsBins[ETB2_TRIM_SIZE];
/**
RPM
* offset 19486
*/
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[6];
scaled_channel<uint8_t, 1, 100> throttle2TrimRpmBins[ETB2_TRIM_SIZE];
/**
deg
* offset 19492
@ -5383,4 +5398,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22088);
// end
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 15:19:12 UTC 2023
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Dec 31 20:18:09 UTC 2023

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1147,7 +1148,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3235407764
#define SIGNATURE_HASH 1016523570
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1201,6 +1202,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1446,7 +1448,7 @@
#define ts_show_vr_threshold_2 false
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-2chan.3235407764"
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-2chan.1016523570"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1148,7 +1149,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2743929196
#define SIGNATURE_HASH 1606649290
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1202,6 +1203,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1447,7 +1449,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-4chan.2743929196"
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-4chan.1606649290"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1148,7 +1149,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2743929196
#define SIGNATURE_HASH 1606649290
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1202,6 +1203,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1447,7 +1449,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-4chan_f7.2743929196"
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-4chan_f7.1606649290"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1147,7 +1148,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4058705291
#define SIGNATURE_HASH 228876589
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1201,6 +1202,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1446,7 +1448,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-8chan-revA.4058705291"
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-8chan-revA.228876589"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1147,7 +1148,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2919579252
#define SIGNATURE_HASH 1380692690
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1201,6 +1202,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1446,7 +1448,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-8chan.2919579252"
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-8chan.1380692690"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1147,7 +1148,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2919579252
#define SIGNATURE_HASH 1380692690
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1201,6 +1202,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1446,7 +1448,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-8chan_f7.2919579252"
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-8chan_f7.1380692690"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2964181907
#define SIGNATURE_HASH 1289969461
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.at_start_f435.2964181907"
#define TS_SIGNATURE "rusEFI master.2023.12.31.at_start_f435.1289969461"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4104783837
#define SIGNATURE_HASH 149195643
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.atlas.4104783837"
#define TS_SIGNATURE "rusEFI master.2023.12.31.atlas.149195643"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets true
#define SIGNATURE_HASH 2470149857
#define SIGNATURE_HASH 1870000711
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.f407-discovery.2470149857"
#define TS_SIGNATURE "rusEFI master.2023.12.31.f407-discovery.1870000711"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2964181907
#define SIGNATURE_HASH 1289969461
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.f429-discovery.2964181907"
#define TS_SIGNATURE "rusEFI master.2023.12.31.f429-discovery.1289969461"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2189088000
#define SIGNATURE_HASH 2117360038
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.f469-discovery.2189088000"
#define TS_SIGNATURE "rusEFI master.2023.12.31.f469-discovery.2117360038"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets true
#define SIGNATURE_HASH 3780798392
#define SIGNATURE_HASH 487910174
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.frankenso_na6.3780798392"
#define TS_SIGNATURE "rusEFI master.2023.12.31.frankenso_na6.487910174"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1147,7 +1148,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2041866597
#define SIGNATURE_HASH 2247812547
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1201,6 +1202,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1446,7 +1448,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen-112-17.2041866597"
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen-112-17.2247812547"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1146,7 +1147,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2458941483
#define SIGNATURE_HASH 1860105357
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1200,6 +1201,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1445,7 +1447,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen-gm-e67.2458941483"
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen-gm-e67.1860105357"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1146,7 +1147,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4135989373
#define SIGNATURE_HASH 180927707
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1200,6 +1201,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1446,7 +1448,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen-honda-k.4135989373"
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen-honda-k.180927707"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1147,7 +1148,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2898527322
#define SIGNATURE_HASH 1351256316
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1201,6 +1202,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1446,7 +1448,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen-nb1.2898527322"
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen-nb1.1351256316"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1146,7 +1147,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3625633796
#define SIGNATURE_HASH 609502370
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1200,6 +1201,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1445,7 +1447,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen121nissan.3625633796"
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen121nissan.609502370"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1146,7 +1147,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2161430133
#define SIGNATURE_HASH 2090484435
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1200,6 +1201,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1445,7 +1447,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen121vag.2161430133"
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen121vag.2090484435"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1146,7 +1147,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1564473700
#define SIGNATURE_HASH 2708567490
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1200,6 +1201,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1445,7 +1447,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen128.1564473700"
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen128.2708567490"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1146,7 +1147,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 471045162
#define SIGNATURE_HASH 3764197516
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1200,6 +1201,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1445,7 +1447,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen154hyundai.471045162"
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen154hyundai.3764197516"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1146,7 +1147,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 810297103
#define SIGNATURE_HASH 3422727081
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1200,6 +1201,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1445,7 +1447,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen72.810297103"
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen72.3422727081"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3577561973
#define SIGNATURE_HASH 695455699
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen81.3577561973"
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen81.695455699"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1146,7 +1147,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1680010929
#define SIGNATURE_HASH 2557239831
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1200,6 +1201,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1445,7 +1447,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen88bmw.1680010929"
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellen88bmw.2557239831"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1147,7 +1148,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 63714671
#define SIGNATURE_HASH 4286757321
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1201,6 +1202,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1446,7 +1448,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellenNA6.63714671"
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellenNA6.4286757321"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1148,7 +1149,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3350536604
#define SIGNATURE_HASH 1006349626
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1202,6 +1203,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1447,7 +1449,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellenNA8_96.3350536604"
#define TS_SIGNATURE "rusEFI master.2023.12.31.hellenNA8_96.1006349626"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1146,7 +1147,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2971153446
#define SIGNATURE_HASH 1297528960
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1200,6 +1201,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1446,7 +1448,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.m74_9.2971153446"
#define TS_SIGNATURE "rusEFI master.2023.12.31.m74_9.1297528960"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1146,7 +1147,7 @@
#define show_microRusEFI_presets true
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3431517129
#define SIGNATURE_HASH 818300783
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1200,6 +1201,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1445,7 +1447,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.mre_f4.3431517129"
#define TS_SIGNATURE "rusEFI master.2023.12.31.mre_f4.818300783"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1146,7 +1147,7 @@
#define show_microRusEFI_presets true
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3431517129
#define SIGNATURE_HASH 818300783
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1200,6 +1201,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1445,7 +1447,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.mre_f7.3431517129"
#define TS_SIGNATURE "rusEFI master.2023.12.31.mre_f7.818300783"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2964181907
#define SIGNATURE_HASH 1289969461
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.nucleo_h743.2964181907"
#define TS_SIGNATURE "rusEFI master.2023.12.31.nucleo_h743.1289969461"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2151226883
#define SIGNATURE_HASH 2088211109
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.prometheus_405.2151226883"
#define TS_SIGNATURE "rusEFI master.2023.12.31.prometheus_405.2088211109"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2151226883
#define SIGNATURE_HASH 2088211109
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.prometheus_469.2151226883"
#define TS_SIGNATURE "rusEFI master.2023.12.31.prometheus_469.2088211109"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 3687605773
#define SIGNATURE_HASH 662891179
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.proteus_f4.3687605773"
#define TS_SIGNATURE "rusEFI master.2023.12.31.proteus_f4.662891179"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 3687605773
#define SIGNATURE_HASH 662891179
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.proteus_f7.3687605773"
#define TS_SIGNATURE "rusEFI master.2023.12.31.proteus_f7.662891179"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 3687605773
#define SIGNATURE_HASH 662891179
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.proteus_h7.3687605773"
#define TS_SIGNATURE "rusEFI master.2023.12.31.proteus_h7.662891179"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1146,7 +1147,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 426427093
#define SIGNATURE_HASH 3844361843
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1200,6 +1201,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1446,7 +1448,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.s105.426427093"
#define TS_SIGNATURE "rusEFI master.2023.12.31.s105.3844361843"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1146,7 +1147,7 @@
#define show_Proteus_presets false
#define show_small_can_board_presets true
#define show_test_presets false
#define SIGNATURE_HASH 2383159066
#define SIGNATURE_HASH 1916965820
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1200,6 +1201,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1445,7 +1447,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.small-can-board.2383159066"
#define TS_SIGNATURE "rusEFI master.2023.12.31.small-can-board.1916965820"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2964181907
#define SIGNATURE_HASH 1289969461
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.stm32f413_nucleo.2964181907"
#define TS_SIGNATURE "rusEFI master.2023.12.31.stm32f413_nucleo.1289969461"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2964181907
#define SIGNATURE_HASH 1289969461
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.stm32f429_nucleo.2964181907"
#define TS_SIGNATURE "rusEFI master.2023.12.31.stm32f429_nucleo.1289969461"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2964181907
#define SIGNATURE_HASH 1289969461
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.stm32f767_nucleo.2964181907"
#define TS_SIGNATURE "rusEFI master.2023.12.31.stm32f767_nucleo.1289969461"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2964181907
#define SIGNATURE_HASH 1289969461
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.t-b-g.2964181907"
#define TS_SIGNATURE "rusEFI master.2023.12.31.t-b-g.1289969461"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1145,7 +1146,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 973340593
#define SIGNATURE_HASH 3326964503
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1199,6 +1200,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1444,7 +1446,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.tdg-pdm8.973340593"
#define TS_SIGNATURE "rusEFI master.2023.12.31.tdg-pdm8.3326964503"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -437,6 +437,7 @@
#define engine_type_e_VW_ABA 32
#define engine_type_e_WASTEGATE_PROTEUS_TEST 96
#define engineSyncCam_enum "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank"
#define ETB2_TRIM_SIZE 6
#define ETB_BIAS_CURVE_LENGTH 8
#define ETB_COUNT 2
#define ETB_HW_MAX_FREQUENCY 3000
@ -1147,7 +1148,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3641308901
#define SIGNATURE_HASH 625441347
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1201,6 +1202,7 @@
#define TPS_2_BYTE_PACKING_MULT 100
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
#define TPS_TPS_ACCEL_TABLE 8
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
#define transmission_controller_e_enum "None", "Simple Transmission", "GM 4L6X"
#define TransmissionControllerMode_auto_enum 0="None",2="Gm4l6x",1="SimpleTransmissionController"
#define TransmissionControllerMode_Gm4l6x 2
@ -1446,7 +1448,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.12.31.uaefi.3641308901"
#define TS_SIGNATURE "rusEFI master.2023.12.31.uaefi.625441347"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3235407764
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-2chan.3235407764"
#define SIGNATURE_HASH 1016523570
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-2chan.1016523570"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2743929196
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-4chan.2743929196"
#define SIGNATURE_HASH 1606649290
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-4chan.1606649290"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2743929196
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-4chan_f7.2743929196"
#define SIGNATURE_HASH 1606649290
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-4chan_f7.1606649290"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4058705291
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-8chan-revA.4058705291"
#define SIGNATURE_HASH 228876589
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-8chan-revA.228876589"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2919579252
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-8chan.2919579252"
#define SIGNATURE_HASH 1380692690
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-8chan.1380692690"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2919579252
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-8chan_f7.2919579252"
#define SIGNATURE_HASH 1380692690
#define TS_SIGNATURE "rusEFI master.2023.12.31.alphax-8chan_f7.1380692690"

Some files were not shown because too many files have changed in this diff Show More