Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2022-02-11 01:24:16 +00:00
parent ad1f6238f7
commit ecfc81dfae
3 changed files with 46 additions and 26 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 Fri Feb 04 21:45:18 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri Feb 11 01:21:34 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -1042,9 +1042,19 @@ struct ts_outputs_s {
offset 376 bit 31 */
bool unusedBit_182_31 : 1 {};
/**
count
* offset 380
*/
uint8_t unusedAtTheEnd[88];
int luaInvocationCounter = (int)0;
/**
nt
* offset 384
*/
int luaLastCycleDuration = (int)0;
/**
* offset 388
*/
uint8_t unusedAtTheEnd[80];
/**
offset 468 bit 0 */
bool launchSpeedCondition : 1 {};
@ -1074,73 +1084,73 @@ struct ts_outputs_s {
bool tpsAccelActive : 1 {};
/**
offset 468 bit 9 */
bool unusedBit_222_9 : 1 {};
bool unusedBit_224_9 : 1 {};
/**
offset 468 bit 10 */
bool unusedBit_222_10 : 1 {};
bool unusedBit_224_10 : 1 {};
/**
offset 468 bit 11 */
bool unusedBit_222_11 : 1 {};
bool unusedBit_224_11 : 1 {};
/**
offset 468 bit 12 */
bool unusedBit_222_12 : 1 {};
bool unusedBit_224_12 : 1 {};
/**
offset 468 bit 13 */
bool unusedBit_222_13 : 1 {};
bool unusedBit_224_13 : 1 {};
/**
offset 468 bit 14 */
bool unusedBit_222_14 : 1 {};
bool unusedBit_224_14 : 1 {};
/**
offset 468 bit 15 */
bool unusedBit_222_15 : 1 {};
bool unusedBit_224_15 : 1 {};
/**
offset 468 bit 16 */
bool unusedBit_222_16 : 1 {};
bool unusedBit_224_16 : 1 {};
/**
offset 468 bit 17 */
bool unusedBit_222_17 : 1 {};
bool unusedBit_224_17 : 1 {};
/**
offset 468 bit 18 */
bool unusedBit_222_18 : 1 {};
bool unusedBit_224_18 : 1 {};
/**
offset 468 bit 19 */
bool unusedBit_222_19 : 1 {};
bool unusedBit_224_19 : 1 {};
/**
offset 468 bit 20 */
bool unusedBit_222_20 : 1 {};
bool unusedBit_224_20 : 1 {};
/**
offset 468 bit 21 */
bool unusedBit_222_21 : 1 {};
bool unusedBit_224_21 : 1 {};
/**
offset 468 bit 22 */
bool unusedBit_222_22 : 1 {};
bool unusedBit_224_22 : 1 {};
/**
offset 468 bit 23 */
bool unusedBit_222_23 : 1 {};
bool unusedBit_224_23 : 1 {};
/**
offset 468 bit 24 */
bool unusedBit_222_24 : 1 {};
bool unusedBit_224_24 : 1 {};
/**
offset 468 bit 25 */
bool unusedBit_222_25 : 1 {};
bool unusedBit_224_25 : 1 {};
/**
offset 468 bit 26 */
bool unusedBit_222_26 : 1 {};
bool unusedBit_224_26 : 1 {};
/**
offset 468 bit 27 */
bool unusedBit_222_27 : 1 {};
bool unusedBit_224_27 : 1 {};
/**
offset 468 bit 28 */
bool unusedBit_222_28 : 1 {};
bool unusedBit_224_28 : 1 {};
/**
offset 468 bit 29 */
bool unusedBit_222_29 : 1 {};
bool unusedBit_224_29 : 1 {};
/**
offset 468 bit 30 */
bool unusedBit_222_30 : 1 {};
bool unusedBit_224_30 : 1 {};
/**
offset 468 bit 31 */
bool unusedBit_222_31 : 1 {};
bool unusedBit_224_31 : 1 {};
/**
* offset 472
*/
@ -1338,4 +1348,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 Fri Feb 04 21:45:18 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri Feb 11 01:21:34 UTC 2022

View File

@ -0,0 +1,6 @@
//
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 732783075
#define TS_SIGNATURE "rusEFI 2022.02.11.core8.732783075"

View File

@ -350,6 +350,10 @@ float getOutputValueByName(const char *name) {
return engine->outputChannels.isMainRelayOn;
if (strEqualCaseInsensitive(name, "isUsbConnected"))
return engine->outputChannels.isUsbConnected;
if (strEqualCaseInsensitive(name, "luaInvocationCounter"))
return engine->outputChannels.luaInvocationCounter;
if (strEqualCaseInsensitive(name, "luaLastCycleDuration"))
return engine->outputChannels.luaLastCycleDuration;
if (strEqualCaseInsensitive(name, "launchSpeedCondition"))
return engine->outputChannels.launchSpeedCondition;
if (strEqualCaseInsensitive(name, "launchRpmCondition"))