Auto-generated configs and docs
This commit is contained in:
parent
25778f0890
commit
c1b4e4374f
|
@ -402,7 +402,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -451,7 +451,7 @@ totalRevolutionCounter("Crank revolution counter", SensorCategory.SENSOR_INPUTS,
|
||||||
vvtSyncGapRatio("vvtSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1088, 1.0, -10000.0, 10000.0, ""),
|
vvtSyncGapRatio("vvtSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1088, 1.0, -10000.0, 10000.0, ""),
|
||||||
vvtCurrentPosition("vvtCurrentPosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1092, 1.0, -10000.0, 10000.0, ""),
|
vvtCurrentPosition("vvtCurrentPosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1092, 1.0, -10000.0, 10000.0, ""),
|
||||||
triggerSyncGapRatio("Trigger Sync Latest Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1096, 1.0, -10000.0, 10000.0, ""),
|
triggerSyncGapRatio("Trigger Sync Latest Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1096, 1.0, -10000.0, 10000.0, ""),
|
||||||
triggerActualSyncGapRatio("triggerActualSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1100, 1.0, -1.0, -1.0, ""),
|
triggerActualSyncGapRatio("trigger: unused field?", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1100, 1.0, -1.0, -1.0, ""),
|
||||||
triggerStateIndex("triggerStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1104, 1.0, -1.0, -1.0, ""),
|
triggerStateIndex("triggerStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1104, 1.0, -1.0, -1.0, ""),
|
||||||
vvtCounter("vvtCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1105, 1.0, -1.0, -1.0, ""),
|
vvtCounter("vvtCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1105, 1.0, -1.0, -1.0, ""),
|
||||||
camResyncCounter("camResyncCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1106, 1.0, -1.0, -1.0, ""),
|
camResyncCounter("camResyncCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1106, 1.0, -1.0, -1.0, ""),
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Sun May 08 13:03:46 UTC 2022
|
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Sun Aug 21 16:42:01 UTC 2022
|
||||||
// by class com.rusefi.output.CHeaderConsumer
|
// by class com.rusefi.output.CHeaderConsumer
|
||||||
// begin
|
// begin
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -24,6 +24,7 @@ struct trigger_state_s {
|
||||||
*/
|
*/
|
||||||
scaled_channel<float, 1, 1> triggerSyncGapRatio = (float)0;
|
scaled_channel<float, 1, 1> triggerSyncGapRatio = (float)0;
|
||||||
/**
|
/**
|
||||||
|
* trigger: unused field?
|
||||||
* offset 16
|
* offset 16
|
||||||
*/
|
*/
|
||||||
float triggerActualSyncGapRatio = (float)0;
|
float triggerActualSyncGapRatio = (float)0;
|
||||||
|
@ -47,4 +48,4 @@ struct trigger_state_s {
|
||||||
static_assert(sizeof(trigger_state_s) == 24);
|
static_assert(sizeof(trigger_state_s) == 24);
|
||||||
|
|
||||||
// end
|
// end
|
||||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Sun May 08 13:03:46 UTC 2022
|
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Sun Aug 21 16:42:01 UTC 2022
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:50 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:55 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:28 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:36 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:23:52 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:07 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:23:54 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:08 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:46 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:51 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:25 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:34 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Aug 21 04:23:48 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Aug 21 16:42:03 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:42 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:48 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:44 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:50 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:29 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:38 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:23:56 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:10 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:15 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:26 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:13 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:24 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:03 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:15 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:00 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:13 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:23:58 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:12 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:05 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:17 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:09 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:20 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:11 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:22 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:07 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:18 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:17 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:27 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:19 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:29 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Aug 21 04:23:46 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Aug 21 16:42:02 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:23 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:33 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:21 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:31 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:34 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:41 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:32 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:39 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:38 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:44 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:36 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:43 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:40 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:46 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Sun Aug 21 04:23:50 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:05 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:48 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 16:42:53 UTC 2022
|
||||||
|
|
||||||
pageSize = 21300
|
pageSize = 21300
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -4755,7 +4755,7 @@ entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
|
||||||
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
|
||||||
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
|
||||||
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
|
||||||
entry = triggerActualSyncGapRatio, "triggerActualSyncGapRatio", float, "%.3f"
|
entry = triggerActualSyncGapRatio, "trigger: unused field?", float, "%.3f"
|
||||||
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
entry = triggerStateIndex, "triggerStateIndex", int, "%d"
|
||||||
entry = vvtCounter, "vvtCounter", int, "%d"
|
entry = vvtCounter, "vvtCounter", int, "%d"
|
||||||
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
entry = camResyncCounter, "camResyncCounter", int, "%d"
|
||||||
|
|
Loading…
Reference in New Issue