Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2024-04-18 20:31:43 +00:00
parent fbdb493d18
commit ed95bc4ec0
178 changed files with 1417 additions and 931 deletions

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:22 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:31 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:22 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:31 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:29 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:40 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:29 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:40 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:28 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:39 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:28 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:39 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:21 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:49 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:21 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:49 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:13 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:54 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4236);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18564
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18572
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18580
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18772
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18780
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18788
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18980
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22672);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:13 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:54 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:14 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:56 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4236);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18564
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18572
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18580
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18772
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18780
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18788
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18980
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22672);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:14 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:56 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:16:55 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:35 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:16:55 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:35 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:51 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:34 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4060);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18048
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18056
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18064
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18256
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18264
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18272
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18464
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22156);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:51 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:34 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:16:57 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:28 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:16:57 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:28 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:16:56 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:37 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:16:56 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:37 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:35 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:27 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:35 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:27 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:44 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:22 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:44 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:22 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:42 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:21 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:42 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:21 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:23 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:28 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:23 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:28 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:26 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:32 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:26 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:32 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:16:59 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:50 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 19220
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 19228
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 19236
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 19428
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 19436
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 19444
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 19636
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 23328);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:16:59 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:50 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:11 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:47 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:11 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:47 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:19 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:42 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:19 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:42 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:10 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:27 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:10 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:27 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:06 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:53 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:06 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:53 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:32 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:00 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:32 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:00 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:30 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:46 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:30 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:46 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:05 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:38 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:05 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:38 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:03 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:02 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:03 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:02 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:33 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:34 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:33 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:34 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:18 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:01 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:18 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:01 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:17 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:36 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:17 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:36 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:16:39 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:24 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:16:39 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:24 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:48 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:23 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:48 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:23 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:47 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:24 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:47 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:24 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:50 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:26 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:50 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:26 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:55 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:30 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:55 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:30 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:56 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:32 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:56 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:32 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:16:42 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:11 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 24048
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 24056
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 24064
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 24256
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 24264
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 24272
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 24464
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 28156);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:16:42 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:11 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:16:43 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:05 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 24048
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 24056
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 24064
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 24256
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 24264
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 24272
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 24464
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 28156);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:16:43 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:05 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:16:41 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:04 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 24048
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 24056
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 24064
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 24256
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 24264
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 24272
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 24464
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 28156);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:16:41 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:04 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:41 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:38 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:41 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:38 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:08 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:43 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:08 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:43 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:54 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:33 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:54 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:33 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:37 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:18 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:37 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:18 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:43 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:23 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:43 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:23 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:52 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:25 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:52 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:31:25 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:46 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:20 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:46 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:20 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:02 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:58 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4540,14 +4540,23 @@ struct engine_configuration_s {
};
static_assert(sizeof(engine_configuration_s) == 4220);
// start of cyl_trim_s
struct cyl_trim_s {
// start of ign_cyl_trim_s
struct ign_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[TRIM_SIZE][TRIM_SIZE];
scaled_channel<int8_t, 5, 1> table[IGN_TRIM_SIZE][IGN_TRIM_SIZE];
};
static_assert(sizeof(cyl_trim_s) == 16);
static_assert(sizeof(ign_cyl_trim_s) == 16);
// start of fuel_cyl_trim_s
struct fuel_cyl_trim_s {
/**
* offset 0
*/
scaled_channel<int8_t, 5, 1> table[FUEL_TRIM_SIZE][FUEL_TRIM_SIZE];
};
static_assert(sizeof(fuel_cyl_trim_s) == 16);
// start of blend_table_s
struct blend_table_s {
@ -5120,29 +5129,29 @@ struct persistent_config_s {
/**
* offset 18548
*/
uint16_t ignTrimLoadBins[TRIM_SIZE];
uint16_t ignTrimLoadBins[IGN_TRIM_SIZE];
/**
* units: rpm
* offset 18556
*/
uint16_t ignTrimRpmBins[TRIM_SIZE];
uint16_t ignTrimRpmBins[IGN_TRIM_SIZE];
/**
* offset 18564
*/
cyl_trim_s ignTrims[12];
ign_cyl_trim_s ignTrims[12];
/**
* offset 18756
*/
uint16_t fuelTrimLoadBins[TRIM_SIZE];
uint16_t fuelTrimLoadBins[FUEL_TRIM_SIZE];
/**
* units: rpm
* offset 18764
*/
uint16_t fuelTrimRpmBins[TRIM_SIZE];
uint16_t fuelTrimRpmBins[FUEL_TRIM_SIZE];
/**
* offset 18772
*/
cyl_trim_s fuelTrims[12];
fuel_cyl_trim_s fuelTrims[12];
/**
* units: ratio
* offset 18964
@ -5594,4 +5603,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22656);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 15 00:17:02 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 18 20:30:58 UTC 2024

View File

@ -231,7 +231,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -444,6 +443,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -452,6 +452,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -992,8 +993,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3080522573
#define SIGNATURE_HASH 2963670809
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.alphax-2chan.3080522573"
#define TS_SIGNATURE "rusEFI master.2024.04.18.alphax-2chan.2963670809"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,9 +994,11 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_KEY_DIVIDER 3
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1191,7 +1194,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3980334595
#define SIGNATURE_HASH 3926137431
#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"
@ -1363,7 +1366,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1568,7 +1570,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.alphax-4chan.3980334595"
#define TS_SIGNATURE "rusEFI master.2024.04.18.alphax-4chan.3926137431"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,9 +994,11 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_KEY_DIVIDER 3
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1191,7 +1194,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3980334595
#define SIGNATURE_HASH 3926137431
#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"
@ -1363,7 +1366,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1568,7 +1570,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.alphax-4chan_f7.3980334595"
#define TS_SIGNATURE "rusEFI master.2024.04.18.alphax-4chan_f7.3926137431"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2796231726
#define SIGNATURE_HASH 2710573178
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.alphax-8chan-revA.2796231726"
#define TS_SIGNATURE "rusEFI master.2024.04.18.alphax-8chan-revA.2710573178"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2634424958
#define SIGNATURE_HASH 2587700778
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.alphax-8chan.2634424958"
#define TS_SIGNATURE "rusEFI master.2024.04.18.alphax-8chan.2587700778"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2634424958
#define SIGNATURE_HASH 2587700778
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.alphax-8chan_f7.2634424958"
#define TS_SIGNATURE "rusEFI master.2024.04.18.alphax-8chan_f7.2587700778"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4047542201
#define SIGNATURE_HASH 4135295981
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.at_start_f435.4047542201"
#define TS_SIGNATURE "rusEFI master.2024.04.18.at_start_f435.4135295981"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 8
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3041346551
#define SIGNATURE_HASH 2994491299
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.atlas.3041346551"
#define TS_SIGNATURE "rusEFI master.2024.04.18.atlas.2994491299"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets true
#define SIGNATURE_HASH 1427205336
#define SIGNATURE_HASH 1378508940
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.f407-discovery.1427205336"
#define TS_SIGNATURE "rusEFI master.2024.04.18.f407-discovery.1378508940"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4047542201
#define SIGNATURE_HASH 4135295981
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.f429-discovery.4047542201"
#define TS_SIGNATURE "rusEFI master.2024.04.18.f429-discovery.4135295981"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3281490218
#define SIGNATURE_HASH 3299646846
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.f469-discovery.3281490218"
#define TS_SIGNATURE "rusEFI master.2024.04.18.f469-discovery.3299646846"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets true
#define SIGNATURE_HASH 2814632866
#define SIGNATURE_HASH 2700668918
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.frankenso_na6.2814632866"
#define TS_SIGNATURE "rusEFI master.2024.04.18.frankenso_na6.2700668918"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4047542201
#define SIGNATURE_HASH 4135295981
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.haba208.4047542201"
#define TS_SIGNATURE "rusEFI master.2024.04.18.haba208.4135295981"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2017988413
#define SIGNATURE_HASH 2138243945
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen-112-17.2017988413"
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen-112-17.2138243945"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1027207169
#define SIGNATURE_HASH 973274197
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen-gm-e67.1027207169"
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen-gm-e67.973274197"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 24
#define IGN_RPM_COUNT 24
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 6812642
#define SIGNATURE_HASH 123535286
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1569,7 +1571,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen-honda-k.6812642"
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen-honda-k.123535286"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 408445337
#define SIGNATURE_HASH 526609869
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen-nb1.408445337"
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen-nb1.526609869"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3707386286
#define SIGNATURE_HASH 3686872570
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen121nissan.3707386286"
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen121nissan.3686872570"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3241773663
#define SIGNATURE_HASH 3322054155
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen121vag.3241773663"
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen121vag.3322054155"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 483573070
#define SIGNATURE_HASH 468300058
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen128.483573070"
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen128.468300058"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 108891083
#define SIGNATURE_HASH 21399455
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen154hyundai.108891083"
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen154hyundai.21399455"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 813346380
#define SIGNATURE_HASH 927048216
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen154hyundai_f7.813346380"
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen154hyundai_f7.927048216"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1906402085
#define SIGNATURE_HASH 1989832561
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen72.1906402085"
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen72.1989832561"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2496661343
#define SIGNATURE_HASH 2481654539
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen81.2496661343"
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen81.2481654539"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2213745180
#define SIGNATURE_HASH 2227707464
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output false
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen88bmw.2213745180"
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellen88bmw.2227707464"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1709536345
#define SIGNATURE_HASH 1658746893
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellenNA6.1709536345"
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellenNA6.1658746893"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1191,7 +1194,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2587834007
#define SIGNATURE_HASH 2634300099
#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"
@ -1363,7 +1366,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1568,7 +1570,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellenNA8_96.2587834007"
#define TS_SIGNATURE "rusEFI master.2024.04.18.hellenNA8_96.2634300099"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1174056806
#define SIGNATURE_HASH 1119986482
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.m74_9.1174056806"
#define TS_SIGNATURE "rusEFI master.2024.04.18.m74_9.1119986482"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_microRusEFI_presets true
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4069509446
#define SIGNATURE_HASH 4122264850
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.mre_f4.4069509446"
#define TS_SIGNATURE "rusEFI master.2024.04.18.mre_f4.4122264850"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_microRusEFI_presets true
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4069509446
#define SIGNATURE_HASH 4122264850
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.mre_f7.4069509446"
#define TS_SIGNATURE "rusEFI master.2024.04.18.mre_f7.4122264850"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4047542201
#define SIGNATURE_HASH 4135295981
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.nucleo_f413.4047542201"
#define TS_SIGNATURE "rusEFI master.2024.04.18.nucleo_f413.4135295981"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3251919401
#define SIGNATURE_HASH 3337574013
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.prometheus_405.3251919401"
#define TS_SIGNATURE "rusEFI master.2024.04.18.prometheus_405.3337574013"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3251919401
#define SIGNATURE_HASH 3337574013
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.prometheus_469.3251919401"
#define TS_SIGNATURE "rusEFI master.2024.04.18.prometheus_469.3337574013"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 458960283
#define SIGNATURE_HASH 476062159
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.proteus_f4.458960283"
#define TS_SIGNATURE "rusEFI master.2024.04.18.proteus_f4.476062159"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 458960283
#define SIGNATURE_HASH 476062159
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.proteus_f7.458960283"
#define TS_SIGNATURE "rusEFI master.2024.04.18.proteus_f7.476062159"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 458960283
#define SIGNATURE_HASH 476062159
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.proteus_h7.458960283"
#define TS_SIGNATURE "rusEFI master.2024.04.18.proteus_h7.476062159"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1321932667
#define SIGNATURE_HASH 1240472367
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.s105.1321932667"
#define TS_SIGNATURE "rusEFI master.2024.04.18.s105.1240472367"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_Proteus_presets false
#define show_small_can_board_presets true
#define show_test_presets false
#define SIGNATURE_HASH 1471002011
#define SIGNATURE_HASH 1352055247
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1568,7 +1570,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.small-can-board.1471002011"
#define TS_SIGNATURE "rusEFI master.2024.04.18.small-can-board.1352055247"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4047542201
#define SIGNATURE_HASH 4135295981
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.stm32f429_nucleo.4047542201"
#define TS_SIGNATURE "rusEFI master.2024.04.18.stm32f429_nucleo.4135295981"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4047542201
#define SIGNATURE_HASH 4135295981
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.stm32f767_nucleo.4047542201"
#define TS_SIGNATURE "rusEFI master.2024.04.18.stm32f767_nucleo.4135295981"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4047542201
#define SIGNATURE_HASH 4135295981
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.stm32h743_nucleo.4047542201"
#define TS_SIGNATURE "rusEFI master.2024.04.18.stm32h743_nucleo.4135295981"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4047542201
#define SIGNATURE_HASH 4135295981
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.t-b-g.4047542201"
#define TS_SIGNATURE "rusEFI master.2024.04.18.t-b-g.4135295981"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1189,7 +1192,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3412929329
#define SIGNATURE_HASH 3428198245
#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"
@ -1361,7 +1364,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1566,7 +1568,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.tdg-pdm8.3412929329"
#define TS_SIGNATURE "rusEFI master.2024.04.18.tdg-pdm8.3428198245"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -232,7 +232,6 @@
#define cranking_parameters_s_size 8
#define CRITICAL_BUFFER_SIZE 120
#define CRITICAL_PREFIX "CRITICAL"
#define cyl_trim_s_size 16
#define DAC_OUTPUT_COUNT 2
#define dc_function_e_auto_enum 0="DC_None",3="DC_IdleValve",1="DC_Throttle1",2="DC_Throttle2",4="DC_Wastegate"
#define dc_function_e_DC_IdleValve 3
@ -445,6 +444,7 @@
#define ETB_HW_MAX_FREQUENCY 3000
#define FANCY_OPTIONS_COUNT 16
#define FLASH_DATA_VERSION 20016
#define fuel_cyl_trim_s_size 16
#define FUEL_LEVEL_TABLE_COUNT 8
#define FUEL_LOAD_COUNT 16
#define fuel_pressure_sensor_mode_e_auto_enum 0="FPM_Absolute",2="FPM_Differential",1="FPM_Gauge"
@ -453,6 +453,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Differential 2
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define FUEL_TRIM_SIZE 4
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
@ -993,8 +994,10 @@
#define idle_state_e_TPS_THRESHOLD 1
#define IDLE_VE_SIZE 4
#define IGN_BLEND_COUNT 4
#define ign_cyl_trim_s_size 16
#define IGN_LOAD_COUNT 16
#define IGN_RPM_COUNT 16
#define IGN_TRIM_SIZE 4
#define ignition_mode_e_auto_enum 0="IM_ONE_COIL",1="IM_INDIVIDUAL_COILS",3="IM_TWO_COILS",2="IM_WASTED_SPARK"
#define ignition_mode_e_IM_INDIVIDUAL_COILS 1
#define ignition_mode_e_IM_ONE_COIL 0
@ -1190,7 +1193,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_uaefi_presets true
#define SIGNATURE_HASH 2335894146
#define SIGNATURE_HASH 2348934870
#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"
@ -1362,7 +1365,6 @@
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define ts_14_command_TS_14_0 0
#define ts_14_command_TS_14_1 1
#define ts_14_command_TS_14_4 4
@ -1567,7 +1569,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.18.uaefi.2335894146"
#define TS_SIGNATURE "rusEFI master.2024.04.18.uaefi.2348934870"
#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-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3080522573
#define TS_SIGNATURE "rusEFI master.2024.04.18.alphax-2chan.3080522573"
#define SIGNATURE_HASH 2963670809
#define TS_SIGNATURE "rusEFI master.2024.04.18.alphax-2chan.2963670809"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4047542201
#define TS_SIGNATURE "rusEFI master.2024.04.18.at_start_f435.4047542201"
#define SIGNATURE_HASH 4135295981
#define TS_SIGNATURE "rusEFI master.2024.04.18.at_start_f435.4135295981"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3041346551
#define TS_SIGNATURE "rusEFI master.2024.04.18.atlas.3041346551"
#define SIGNATURE_HASH 2994491299
#define TS_SIGNATURE "rusEFI master.2024.04.18.atlas.2994491299"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1427205336
#define TS_SIGNATURE "rusEFI master.2024.04.18.f407-discovery.1427205336"
#define SIGNATURE_HASH 1378508940
#define TS_SIGNATURE "rusEFI master.2024.04.18.f407-discovery.1378508940"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4047542201
#define TS_SIGNATURE "rusEFI master.2024.04.18.f429-discovery.4047542201"
#define SIGNATURE_HASH 4135295981
#define TS_SIGNATURE "rusEFI master.2024.04.18.f429-discovery.4135295981"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3281490218
#define TS_SIGNATURE "rusEFI master.2024.04.18.f469-discovery.3281490218"
#define SIGNATURE_HASH 3299646846
#define TS_SIGNATURE "rusEFI master.2024.04.18.f469-discovery.3299646846"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2814632866
#define TS_SIGNATURE "rusEFI master.2024.04.18.frankenso_na6.2814632866"
#define SIGNATURE_HASH 2700668918
#define TS_SIGNATURE "rusEFI master.2024.04.18.frankenso_na6.2700668918"

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