Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2022-10-09 21:44:59 +00:00
parent 753598483f
commit 36673efa76
36 changed files with 69 additions and 70 deletions

View File

@ -188,7 +188,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -232,7 +232,7 @@ luaLastCycleDurationGauge = luaLastCycleDuration,"luaLastCycleDuration", "nt", 0
testBenchIterGauge = testBenchIter,"testBenchIter", "count", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
tcu_currentRangeGauge = tcu_currentRange,"Current Range", "", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
tcRatioGauge = tcRatio,"Torque Converter Ratio", "value", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
lastShiftTimeGauge = lastShiftTime,"S", "", -1.0,-1.0, -1.0,-1.0, -1.0,-1.0, -1,-1
lastShiftTimeGauge = lastShiftTime,"lastShiftTime", "", -1.0,-1.0, -1.0,-1.0, -1.0,-1.0, -1,-1
vssEdgeCounterGauge = vssEdgeCounter,"vssEdgeCounter", "", -1.0,-1.0, -1.0,-1.0, -1.0,-1.0, -1,-1
issEdgeCounterGauge = issEdgeCounter,"issEdgeCounter", "", -1.0,-1.0, -1.0,-1.0, -1.0,-1.0, -1,-1
auxLinear1Gauge = auxLinear1,"Aux Linear 1", "", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0

View File

@ -168,7 +168,7 @@ luaLastCycleDuration("luaLastCycleDuration", SensorCategory.SENSOR_INPUTS, Field
testBenchIter("testBenchIter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 352, 1.0, 0.0, 0.0, "count"),
tcu_currentRange("Current Range", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 353, 1.0, 0.0, 0.0, ""),
tcRatio("Torque Converter Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 354, 0.01, 0.0, 0.0, "value"),
lastShiftTime("S", SensorCategory.SENSOR_INPUTS, FieldType.INT, 356, 1.0, -1.0, -1.0, ""),
lastShiftTime("lastShiftTime", SensorCategory.SENSOR_INPUTS, FieldType.INT, 356, 1.0, -1.0, -1.0, ""),
vssEdgeCounter("vssEdgeCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 360, 1.0, -1.0, -1.0, ""),
issEdgeCounter("issEdgeCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 364, 1.0, -1.0, -1.0, ""),
auxLinear1("Aux Linear 1", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 368, 0.01, 0.0, 0.0, ""),

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Thu Oct 06 22:59:50 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sun Oct 09 21:43:44 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -1003,7 +1003,6 @@ struct output_channels_s {
*/
scaled_channel<uint16_t, 100, 1> tcRatio = (uint16_t)0;
/**
* "S"
* offset 356
*/
float lastShiftTime = (float)0;
@ -1418,4 +1417,4 @@ struct output_channels_s {
static_assert(sizeof(output_channels_s) == 756);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Thu Oct 06 22:59:50 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sun Oct 09 21:43:44 UTC 2022

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:36 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:46 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:16 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:25 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:21:43 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:43:51 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:21:45 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:43:53 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:33 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:43 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:14 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:23 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; 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 Oct 09 02:21:40 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Oct 09 21:43:48 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:29 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:39 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:31 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:41 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:18 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:27 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:21:47 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:43:55 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:05 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:13 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:03 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:11 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:21:53 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:01 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:21:51 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:43:59 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:21:49 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:43:57 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:21:55 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:03 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:21:59 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:07 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:01 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:09 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:21:57 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:05 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:07 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:15 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:08 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:17 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Oct 09 02:21:38 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Oct 09 21:43:46 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:12 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:21 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:10 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:19 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:21 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:31 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:19 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:29 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:25 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:35 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:23 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:33 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:27 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:37 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; 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 Oct 09 02:21:41 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 Oct 09 21:43:49 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 02:22:34 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 09 21:44:44 UTC 2022
pageSize = 22048
page = 1
@ -4749,7 +4749,7 @@ entry = luaLastCycleDuration, "luaLastCycleDuration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "S", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
entry = auxLinear1, "Aux Linear 1", float, "%.3f"