Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2022-02-04 21:47:48 +00:00
parent b870076c6f
commit 03242d3de4
2 changed files with 36 additions and 33 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 Wed Feb 02 02:42:31 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri Feb 04 21:45:18 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -948,98 +948,99 @@ struct ts_outputs_s {
offset 376 bit 0 */
bool isMainRelayOn : 1 {};
/**
* Original reason for this is to check if USB is connected from Lua
offset 376 bit 1 */
bool unusedBit_181_1 : 1 {};
bool isUsbConnected : 1 {};
/**
offset 376 bit 2 */
bool unusedBit_181_2 : 1 {};
bool unusedBit_182_2 : 1 {};
/**
offset 376 bit 3 */
bool unusedBit_181_3 : 1 {};
bool unusedBit_182_3 : 1 {};
/**
offset 376 bit 4 */
bool unusedBit_181_4 : 1 {};
bool unusedBit_182_4 : 1 {};
/**
offset 376 bit 5 */
bool unusedBit_181_5 : 1 {};
bool unusedBit_182_5 : 1 {};
/**
offset 376 bit 6 */
bool unusedBit_181_6 : 1 {};
bool unusedBit_182_6 : 1 {};
/**
offset 376 bit 7 */
bool unusedBit_181_7 : 1 {};
bool unusedBit_182_7 : 1 {};
/**
offset 376 bit 8 */
bool unusedBit_181_8 : 1 {};
bool unusedBit_182_8 : 1 {};
/**
offset 376 bit 9 */
bool unusedBit_181_9 : 1 {};
bool unusedBit_182_9 : 1 {};
/**
offset 376 bit 10 */
bool unusedBit_181_10 : 1 {};
bool unusedBit_182_10 : 1 {};
/**
offset 376 bit 11 */
bool unusedBit_181_11 : 1 {};
bool unusedBit_182_11 : 1 {};
/**
offset 376 bit 12 */
bool unusedBit_181_12 : 1 {};
bool unusedBit_182_12 : 1 {};
/**
offset 376 bit 13 */
bool unusedBit_181_13 : 1 {};
bool unusedBit_182_13 : 1 {};
/**
offset 376 bit 14 */
bool unusedBit_181_14 : 1 {};
bool unusedBit_182_14 : 1 {};
/**
offset 376 bit 15 */
bool unusedBit_181_15 : 1 {};
bool unusedBit_182_15 : 1 {};
/**
offset 376 bit 16 */
bool unusedBit_181_16 : 1 {};
bool unusedBit_182_16 : 1 {};
/**
offset 376 bit 17 */
bool unusedBit_181_17 : 1 {};
bool unusedBit_182_17 : 1 {};
/**
offset 376 bit 18 */
bool unusedBit_181_18 : 1 {};
bool unusedBit_182_18 : 1 {};
/**
offset 376 bit 19 */
bool unusedBit_181_19 : 1 {};
bool unusedBit_182_19 : 1 {};
/**
offset 376 bit 20 */
bool unusedBit_181_20 : 1 {};
bool unusedBit_182_20 : 1 {};
/**
offset 376 bit 21 */
bool unusedBit_181_21 : 1 {};
bool unusedBit_182_21 : 1 {};
/**
offset 376 bit 22 */
bool unusedBit_181_22 : 1 {};
bool unusedBit_182_22 : 1 {};
/**
offset 376 bit 23 */
bool unusedBit_181_23 : 1 {};
bool unusedBit_182_23 : 1 {};
/**
offset 376 bit 24 */
bool unusedBit_181_24 : 1 {};
bool unusedBit_182_24 : 1 {};
/**
offset 376 bit 25 */
bool unusedBit_181_25 : 1 {};
bool unusedBit_182_25 : 1 {};
/**
offset 376 bit 26 */
bool unusedBit_181_26 : 1 {};
bool unusedBit_182_26 : 1 {};
/**
offset 376 bit 27 */
bool unusedBit_181_27 : 1 {};
bool unusedBit_182_27 : 1 {};
/**
offset 376 bit 28 */
bool unusedBit_181_28 : 1 {};
bool unusedBit_182_28 : 1 {};
/**
offset 376 bit 29 */
bool unusedBit_181_29 : 1 {};
bool unusedBit_182_29 : 1 {};
/**
offset 376 bit 30 */
bool unusedBit_181_30 : 1 {};
bool unusedBit_182_30 : 1 {};
/**
offset 376 bit 31 */
bool unusedBit_181_31 : 1 {};
bool unusedBit_182_31 : 1 {};
/**
* offset 380
*/
@ -1337,4 +1338,4 @@ struct ts_outputs_s {
};
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Wed Feb 02 02:42:31 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri Feb 04 21:45:18 UTC 2022

View File

@ -348,6 +348,8 @@ float getOutputValueByName(const char *name) {
return engine->outputChannels.calibrationValue2;
if (strEqualCaseInsensitive(name, "isMainRelayOn"))
return engine->outputChannels.isMainRelayOn;
if (strEqualCaseInsensitive(name, "isUsbConnected"))
return engine->outputChannels.isUsbConnected;
if (strEqualCaseInsensitive(name, "launchSpeedCondition"))
return engine->outputChannels.launchSpeedCondition;
if (strEqualCaseInsensitive(name, "launchRpmCondition"))