Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2022-06-29 05:34:35 +00:00
parent 2ab71f88e5
commit 718b4fd3e9
3 changed files with 12 additions and 18 deletions

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 Mon Jun 27 02:35:54 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Wed Jun 29 05:31:17 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -1218,17 +1218,17 @@ struct output_channels_s {
deg
* offset 414
*/
scaled_channel<int16_t, 100, 1> timingCltCorrection = (int16_t)0;
scaled_channel<int16_t, 100, 1> unusedAimingCltCorrection = (int16_t)0;
/**
deg
* offset 416
*/
scaled_channel<int16_t, 100, 1> timingIatCorrection = (int16_t)0;
scaled_channel<int16_t, 100, 1> unusedAtimingIatCorrection = (int16_t)0;
/**
deg
* offset 418
*/
scaled_channel<int16_t, 100, 1> timingPidCorrection = (int16_t)0;
scaled_channel<int16_t, 100, 1> unusedAtimingPidCorrection = (int16_t)0;
/**
* Instant MAP
kPa
@ -1365,4 +1365,4 @@ struct output_channels_s {
static_assert(sizeof(output_channels_s) == 612);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Mon Jun 27 02:35:54 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Wed Jun 29 05:31:17 UTC 2022

View File

@ -391,12 +391,6 @@ float getOutputValueByName(const char *name) {
return engine->outputChannels.boostControllerClosedLoopPart;
if (strEqualCaseInsensitive(name, "detectedGear"))
return engine->outputChannels.detectedGear;
if (strEqualCaseInsensitive(name, "timingCltCorrection"))
return engine->outputChannels.timingCltCorrection;
if (strEqualCaseInsensitive(name, "timingIatCorrection"))
return engine->outputChannels.timingIatCorrection;
if (strEqualCaseInsensitive(name, "timingPidCorrection"))
return engine->outputChannels.timingPidCorrection;
if (strEqualCaseInsensitive(name, "instantMAPValue"))
return engine->outputChannels.instantMAPValue;
if (strEqualCaseInsensitive(name, "mostRecentTimeBetweenSparkEvents"))

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Mon Jun 27 00:08:55 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Wed Jun 29 05:31:17 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -679,9 +679,9 @@ public class TsOutputs {
public static final Field FALLBACKMAP = Field.create("FALLBACKMAP", 410, FieldType.INT16).setScale(0.1);
public static final Field BOOSTCONTROLLERCLOSEDLOOPPART = Field.create("BOOSTCONTROLLERCLOSEDLOOPPART", 412, FieldType.INT8).setScale(0.5);
public static final Field DETECTEDGEAR = Field.create("DETECTEDGEAR", 413, FieldType.INT8).setScale(1.0);
public static final Field TIMINGCLTCORRECTION = Field.create("TIMINGCLTCORRECTION", 414, FieldType.INT16).setScale(0.01);
public static final Field TIMINGIATCORRECTION = Field.create("TIMINGIATCORRECTION", 416, FieldType.INT16).setScale(0.01);
public static final Field TIMINGPIDCORRECTION = Field.create("TIMINGPIDCORRECTION", 418, FieldType.INT16).setScale(0.01);
public static final Field UNUSEDAIMINGCLTCORRECTION = Field.create("UNUSEDAIMINGCLTCORRECTION", 414, FieldType.INT16).setScale(0.01);
public static final Field UNUSEDATIMINGIATCORRECTION = Field.create("UNUSEDATIMINGIATCORRECTION", 416, FieldType.INT16).setScale(0.01);
public static final Field UNUSEDATIMINGPIDCORRECTION = Field.create("UNUSEDATIMINGPIDCORRECTION", 418, FieldType.INT16).setScale(0.01);
public static final Field INSTANTMAPVALUE = Field.create("INSTANTMAPVALUE", 420, FieldType.INT16).setScale(0.03333333333333333);
public static final Field MOSTRECENTTIMEBETWEENSPARKEVENTS = Field.create("MOSTRECENTTIMEBETWEENSPARKEVENTS", 422, FieldType.INT16).setScale(1.0);
public static final Field MOSTRECENTTIMEBETWEENIGNITIONEVENTS = Field.create("MOSTRECENTTIMEBETWEENIGNITIONEVENTS", 424, FieldType.INT16).setScale(1.0);
@ -1093,9 +1093,9 @@ public class TsOutputs {
FALLBACKMAP,
BOOSTCONTROLLERCLOSEDLOOPPART,
DETECTEDGEAR,
TIMINGCLTCORRECTION,
TIMINGIATCORRECTION,
TIMINGPIDCORRECTION,
UNUSEDAIMINGCLTCORRECTION,
UNUSEDATIMINGIATCORRECTION,
UNUSEDATIMINGPIDCORRECTION,
INSTANTMAPVALUE,
MOSTRECENTTIMEBETWEENSPARKEVENTS,
MOSTRECENTTIMEBETWEENIGNITIONEVENTS,