Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2022-03-24 13:05:35 +00:00
parent 4c2518c4c0
commit 2fea30b6a0
30 changed files with 265 additions and 247 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 Mar 23 23:19:34 UTC 2022 // this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Thu Mar 24 13:02:50 UTC 2022
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -8,24 +8,24 @@ struct pid_status_s {
/** /**
* offset 0 * offset 0
*/ */
float iTerm = (float)0; scaled_channel<int16_t, 100, 1> iTerm = (int16_t)0;
/**
* offset 2
*/
scaled_channel<int16_t, 100, 1> dTerm = (int16_t)0;
/** /**
* offset 4 * offset 4
*/ */
float dTerm = (float)0; scaled_channel<int16_t, 100, 1> output = (int16_t)0;
/**
* offset 6
*/
scaled_channel<int16_t, 100, 1> error = (int16_t)0;
/** /**
* offset 8 * offset 8
*/ */
float output = (float)0; uint32_t resetCounter = (uint32_t)0;
/** /** total size 12*/
* offset 12
*/
float error = (float)0;
/**
* offset 16
*/
int resetCounter = (int)0;
/** total size 20*/
}; };
// start of ts_outputs_s // start of ts_outputs_s
@ -233,9 +233,10 @@ struct ts_outputs_s {
*/ */
scaled_channel<uint8_t, 10, 1> knockRetard = (uint8_t)0; scaled_channel<uint8_t, 10, 1> knockRetard = (uint8_t)0;
/** /**
%
* offset 37 * offset 37
*/ */
uint8_t idleCurrentPosition = (uint8_t)0; scaled_channel<uint8_t, 2, 1> idleCurrentPosition = (uint8_t)0;
/** /**
* @@GAUGE_NAME_VBAT@@ * @@GAUGE_NAME_VBAT@@
V V
@ -663,6 +664,7 @@ struct ts_outputs_s {
*/ */
scaled_channel<int16_t, 1000, 1> rawPpsSecondary = (int16_t)0; scaled_channel<int16_t, 1000, 1> rawPpsSecondary = (int16_t)0;
/** /**
dBv
* offset 250 * offset 250
*/ */
scaled_channel<int8_t, 1, 1> knock[12]; scaled_channel<int8_t, 1, 1> knock[12];
@ -801,11 +803,13 @@ struct ts_outputs_s {
scaled_channel<int16_t, 100, 1> accelerationZ = (int16_t)0; scaled_channel<int16_t, 100, 1> accelerationZ = (int16_t)0;
/** /**
* @@GAUGE_NAME_ACCEL_ROLL@@ * @@GAUGE_NAME_ACCEL_ROLL@@
G
* offset 310 * offset 310
*/ */
scaled_channel<int16_t, 100, 1> accelerationRoll = (int16_t)0; scaled_channel<int16_t, 100, 1> accelerationRoll = (int16_t)0;
/** /**
* @@GAUGE_NAME_ACCEL_YAW@@ * @@GAUGE_NAME_ACCEL_YAW@@
G
* offset 312 * offset 312
*/ */
scaled_channel<int16_t, 100, 1> accelerationYaw = (int16_t)0; scaled_channel<int16_t, 100, 1> accelerationYaw = (int16_t)0;
@ -857,8 +861,8 @@ struct ts_outputs_s {
*/ */
scaled_channel<int16_t, 50, 1> m_requested_pump = (int16_t)0; scaled_channel<int16_t, 50, 1> m_requested_pump = (int16_t)0;
/** /**
* "Pump Angle" * @@GAUGE_NAME_BOOST_TARGET@@
deg kPa
* offset 336 * offset 336
*/ */
scaled_channel<int16_t, 30, 1> boostControlTarget = (int16_t)0; scaled_channel<int16_t, 30, 1> boostControlTarget = (int16_t)0;
@ -1059,309 +1063,319 @@ struct ts_outputs_s {
/** /**
* offset 389 * offset 389
*/ */
uint8_t unusedAtTheEnd[75]; uint8_t unusedInTheMiddle[15];
/** /**
* @@GAUGE_NAME_AUX_LINEAR_1@@ * @@GAUGE_NAME_AUX_LINEAR_1@@
* offset 464 * offset 404
*/ */
scaled_channel<int16_t, 100, 1> auxLinear1 = (int16_t)0; scaled_channel<int16_t, 100, 1> auxLinear1 = (int16_t)0;
/** /**
* @@GAUGE_NAME_AUX_LINEAR_2@@ * @@GAUGE_NAME_AUX_LINEAR_2@@
* offset 466 * offset 406
*/ */
scaled_channel<int16_t, 100, 1> auxLinear2 = (int16_t)0; scaled_channel<int16_t, 100, 1> auxLinear2 = (int16_t)0;
/** /**
offset 468 bit 0 */ offset 408 bit 0 */
bool launchSpeedCondition : 1 {}; bool launchSpeedCondition : 1 {};
/** /**
offset 468 bit 1 */ offset 408 bit 1 */
bool launchRpmCondition : 1 {}; bool launchRpmCondition : 1 {};
/** /**
offset 468 bit 2 */ offset 408 bit 2 */
bool launchTpsCondition : 1 {}; bool launchTpsCondition : 1 {};
/** /**
offset 468 bit 3 */ offset 408 bit 3 */
bool launchActivateSwitchCondition : 1 {}; bool launchActivateSwitchCondition : 1 {};
/** /**
offset 468 bit 4 */ offset 408 bit 4 */
bool launchIsLaunchCondition : 1 {}; bool launchIsLaunchCondition : 1 {};
/** /**
offset 468 bit 5 */ offset 408 bit 5 */
bool launchCombinedConditions : 1 {}; bool launchCombinedConditions : 1 {};
/** /**
offset 468 bit 6 */ offset 408 bit 6 */
bool launchActivatePinState : 1 {}; bool launchActivatePinState : 1 {};
/** /**
offset 468 bit 7 */ offset 408 bit 7 */
bool dfcoActive : 1 {}; bool dfcoActive : 1 {};
/** /**
offset 468 bit 8 */ offset 408 bit 8 */
bool tpsAccelActive : 1 {}; bool tpsAccelActive : 1 {};
/** /**
offset 468 bit 9 */ offset 408 bit 9 */
bool unusedBit_227_9 : 1 {}; bool unusedBit_227_9 : 1 {};
/** /**
offset 468 bit 10 */ offset 408 bit 10 */
bool unusedBit_227_10 : 1 {}; bool unusedBit_227_10 : 1 {};
/** /**
offset 468 bit 11 */ offset 408 bit 11 */
bool unusedBit_227_11 : 1 {}; bool unusedBit_227_11 : 1 {};
/** /**
offset 468 bit 12 */ offset 408 bit 12 */
bool unusedBit_227_12 : 1 {}; bool unusedBit_227_12 : 1 {};
/** /**
offset 468 bit 13 */ offset 408 bit 13 */
bool unusedBit_227_13 : 1 {}; bool unusedBit_227_13 : 1 {};
/** /**
offset 468 bit 14 */ offset 408 bit 14 */
bool unusedBit_227_14 : 1 {}; bool unusedBit_227_14 : 1 {};
/** /**
offset 468 bit 15 */ offset 408 bit 15 */
bool unusedBit_227_15 : 1 {}; bool unusedBit_227_15 : 1 {};
/** /**
offset 468 bit 16 */ offset 408 bit 16 */
bool unusedBit_227_16 : 1 {}; bool unusedBit_227_16 : 1 {};
/** /**
offset 468 bit 17 */ offset 408 bit 17 */
bool unusedBit_227_17 : 1 {}; bool unusedBit_227_17 : 1 {};
/** /**
offset 468 bit 18 */ offset 408 bit 18 */
bool unusedBit_227_18 : 1 {}; bool unusedBit_227_18 : 1 {};
/** /**
offset 468 bit 19 */ offset 408 bit 19 */
bool unusedBit_227_19 : 1 {}; bool unusedBit_227_19 : 1 {};
/** /**
offset 468 bit 20 */ offset 408 bit 20 */
bool unusedBit_227_20 : 1 {}; bool unusedBit_227_20 : 1 {};
/** /**
offset 468 bit 21 */ offset 408 bit 21 */
bool unusedBit_227_21 : 1 {}; bool unusedBit_227_21 : 1 {};
/** /**
offset 468 bit 22 */ offset 408 bit 22 */
bool unusedBit_227_22 : 1 {}; bool unusedBit_227_22 : 1 {};
/** /**
offset 468 bit 23 */ offset 408 bit 23 */
bool unusedBit_227_23 : 1 {}; bool unusedBit_227_23 : 1 {};
/** /**
offset 468 bit 24 */ offset 408 bit 24 */
bool unusedBit_227_24 : 1 {}; bool unusedBit_227_24 : 1 {};
/** /**
offset 468 bit 25 */ offset 408 bit 25 */
bool unusedBit_227_25 : 1 {}; bool unusedBit_227_25 : 1 {};
/** /**
offset 468 bit 26 */ offset 408 bit 26 */
bool unusedBit_227_26 : 1 {}; bool unusedBit_227_26 : 1 {};
/** /**
offset 468 bit 27 */ offset 408 bit 27 */
bool unusedBit_227_27 : 1 {}; bool unusedBit_227_27 : 1 {};
/** /**
offset 468 bit 28 */ offset 408 bit 28 */
bool unusedBit_227_28 : 1 {}; bool unusedBit_227_28 : 1 {};
/** /**
offset 468 bit 29 */ offset 408 bit 29 */
bool unusedBit_227_29 : 1 {}; bool unusedBit_227_29 : 1 {};
/** /**
offset 468 bit 30 */ offset 408 bit 30 */
bool unusedBit_227_30 : 1 {}; bool unusedBit_227_30 : 1 {};
/** /**
offset 468 bit 31 */ offset 408 bit 31 */
bool unusedBit_227_31 : 1 {}; bool unusedBit_227_31 : 1 {};
/** /**
* offset 472 * offset 412
*/ */
uint8_t TEMPLOG_MAP_AT_CYCLE_COUNT = (uint8_t)0; uint8_t TEMPLOG_MAP_AT_CYCLE_COUNT = (uint8_t)0;
/** /**
* offset 473 * offset 413
*/ */
uint8_t boostControllerOutput = (uint8_t)0; uint8_t TEMPLOG_map_peak = (uint8_t)0;
/** /**
* offset 474 * @@GAUGE_NAME_BOOST_OUTPUT@@
%
* offset 414
*/ */
uint8_t boostControllerClosedLoopPart = (uint8_t)0; scaled_channel<uint8_t, 2, 1> boostControllerOutput = (uint8_t)0;
/** /**
* offset 475 * @@GAUGE_NAME_BOOST_OPEN_LOOP@@
%
* offset 415
*/ */
uint8_t boostControllerOpenLoopPart = (uint8_t)0; scaled_channel<uint8_t, 2, 1> boostControllerOpenLoopPart = (uint8_t)0;
/** /**
* offset 476 * offset 416
*/ */
scaled_channel<float, 1, 1> TEMPLOG_MAP_AT_SPECIAL_POINT = (float)0; scaled_channel<float, 1, 1> TEMPLOG_MAP_AT_SPECIAL_POINT = (float)0;
/** /**
* offset 480 * offset 420
*/ */
scaled_channel<float, 1, 1> TEMPLOG_MAP_AT_DIFF = (float)0; scaled_channel<float, 1, 1> TEMPLOG_MAP_AT_DIFF = (float)0;
/** /**
* offset 484 * offset 424
*/ */
scaled_channel<float, 1, 1> vvtSyncGapRatio = (float)0; scaled_channel<float, 1, 1> vvtSyncGapRatio = (float)0;
/** /**
* offset 488 * offset 428
*/ */
scaled_channel<float, 1, 1> vvtCurrentPosition = (float)0; scaled_channel<float, 1, 1> vvtCurrentPosition = (float)0;
/** /**
* @@GAUGE_NAME_TRG_GAP@@ * @@GAUGE_NAME_TRG_GAP@@
* offset 492 * offset 432
*/ */
scaled_channel<float, 1, 1> triggerSyncGapRatio = (float)0; scaled_channel<float, 1, 1> triggerSyncGapRatio = (float)0;
/** /**
* offset 496 * offset 436
*/ */
uint8_t triggerStateIndex = (uint8_t)0; uint8_t triggerStateIndex = (uint8_t)0;
/** /**
* offset 497 * offset 437
*/ */
uint8_t vvtCounter = (uint8_t)0; uint8_t vvtCounter = (uint8_t)0;
/** /**
* offset 498 * offset 438
*/ */
uint8_t vvtSyncCounter = (uint8_t)0; uint8_t vvtSyncCounter = (uint8_t)0;
/** /**
* offset 499 * offset 439
*/ */
uint8_t vvtStateIndex = (uint8_t)0; uint8_t vvtStateIndex = (uint8_t)0;
/** /**
kPa
* offset 440
*/
scaled_channel<uint16_t, 10, 1> fallbackMap = (uint16_t)0;
/**
* @@GAUGE_NAME_BOOST_CLOSED_LOOP@@
%
* offset 442
*/
scaled_channel<int8_t, 2, 1> boostControllerClosedLoopPart = (int8_t)0;
/**
* offset 443
*/
uint8_t unused503 = (uint8_t)0;
/**
%
* offset 444
*/
scaled_channel<int16_t, 100, 1> timingCltCorrection = (int16_t)0;
/**
%
* offset 446
*/
scaled_channel<int16_t, 100, 1> timingIatCorrection = (int16_t)0;
/**
%
* offset 448
*/
scaled_channel<int16_t, 100, 1> timingPidCorrection = (int16_t)0;
/**
* Instant MAP
kPa
* offset 450
*/
scaled_channel<uint16_t, 30, 1> instantMAPValue = (uint16_t)0;
/**
* offset 452
*/
uint16_t mostRecentTimeBetweenSparkEvents = (uint16_t)0;
/**
* offset 454
*/
uint16_t mostRecentTimeBetweenIgnitionEvents = (uint16_t)0;
/**
* offset 456
*/
uint16_t maxLockedDuration = (uint16_t)0;
/**
* offset 458
*/
uint16_t maxTriggerReentrant = (uint16_t)0;
/**
* offset 460
*/
uint16_t canWriteOk = (uint16_t)0;
/**
* offset 462
*/
uint16_t canWriteNotOk = (uint16_t)0;
/**
* offset 464
*/
int triggerPrimaryFall = (int)0;
/**
* offset 468
*/
int triggerPrimaryRise = (int)0;
/**
* offset 472
*/
int triggerSecondaryFall = (int)0;
/**
* offset 476
*/
int triggerSecondaryRise = (int)0;
/**
* offset 480
*/
int triggerVvtFall = (int)0;
/**
* offset 484
*/
int triggerVvtRise = (int)0;
/**
* offset 488
*/
uint8_t startStopStateToggleCounter = (uint8_t)0;
/**
* offset 489
*/
uint8_t starterState = (uint8_t)0;
/**
* offset 490
*/
uint8_t starterRelayDisable = (uint8_t)0;
/**
* offset 491
*/
uint8_t multiSparkCounter = (uint8_t)0;
/**
* offset 492
*/
int idleState = (int)0;
/**
* offset 496
*/
float injectorFlowPressureRatio = (float)0;
/**
kPa
* offset 500 * offset 500
*/ */
scaled_channel<float, 1, 1> TEMPLOG_MAP_INSTANT_AVERAGE = (float)0; float injectorFlowPressureDelta = (float)0;
/** /**
%
* offset 504 * offset 504
*/ */
uint8_t fallbackMap = (uint8_t)0; float etbFeedForward = (float)0;
/** /**
* offset 505
*/
uint8_t TEMPLOG_map_peak = (uint8_t)0;
/**
* offset 506
*/
uint8_t TEMPLOG_map_length = (uint8_t)0;
/**
* offset 507
*/
uint8_t TEMPLOG_mapIndex = (uint8_t)0;
/**
%
* offset 508 * offset 508
*/ */
scaled_channel<uint16_t, 100, 1> timingCltCorrection = (uint16_t)0; float etbIntegralError = (float)0;
/**
%
* offset 510
*/
scaled_channel<uint16_t, 100, 1> timingIatCorrection = (uint16_t)0;
/** /**
% %
* offset 512 * offset 512
*/ */
scaled_channel<uint16_t, 100, 1> timingPidCorrection = (uint16_t)0; float etbCurrentTarget = (float)0;
/**
* Instant MAP
kPa
* offset 514
*/
scaled_channel<uint16_t, 30, 1> instantMAPValue = (uint16_t)0;
/** /**
* offset 516 * offset 516
*/ */
uint16_t mostRecentTimeBetweenSparkEvents = (uint16_t)0; pid_status_s alternatorStatus;
/**
* offset 518
*/
uint16_t mostRecentTimeBetweenIgnitionEvents = (uint16_t)0;
/**
* offset 520
*/
uint16_t maxLockedDuration = (uint16_t)0;
/**
* offset 522
*/
uint16_t maxTriggerReentrant = (uint16_t)0;
/**
* offset 524
*/
uint16_t canWriteOk = (uint16_t)0;
/**
* offset 526
*/
uint16_t canWriteNotOk = (uint16_t)0;
/** /**
* offset 528 * offset 528
*/ */
int triggerPrimaryFall = (int)0; pid_status_s idleStatus;
/**
* offset 532
*/
int triggerPrimaryRise = (int)0;
/**
* offset 536
*/
int triggerSecondaryFall = (int)0;
/** /**
* offset 540 * offset 540
*/ */
int triggerSecondaryRise = (int)0; pid_status_s etbStatus;
/**
* offset 544
*/
int triggerVvtFall = (int)0;
/**
* offset 548
*/
int triggerVvtRise = (int)0;
/** /**
* offset 552 * offset 552
*/ */
uint8_t startStopStateToggleCounter = (uint8_t)0; pid_status_s boostStatus;
/**
* offset 553
*/
uint8_t starterState = (uint8_t)0;
/**
* offset 554
*/
uint8_t starterRelayDisable = (uint8_t)0;
/**
* offset 555
*/
uint8_t multiSparkCounter = (uint8_t)0;
/**
* offset 556
*/
int idleState = (int)0;
/**
* offset 560
*/
float injectorFlowPressureRatio = (float)0;
/** /**
* offset 564 * offset 564
*/ */
float injectorFlowPressureDelta = (float)0; uint8_t unusedAtTheEnd[76];
/**
* offset 568
*/
float etbFeedForward = (float)0;
/**
* offset 572
*/
float etbIntegralError = (float)0;
/**
* offset 576
*/
float etbCurrentTarget = (float)0;
/**
* offset 580
*/
pid_status_s alternatorStatus;
/**
* offset 600
*/
pid_status_s idleStatus;
/**
* offset 620
*/
pid_status_s etbStatus;
/** total size 640*/ /** total size 640*/
}; };
// end // end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Wed Mar 23 23:19:34 UTC 2022 // this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Thu Mar 24 13:02:50 UTC 2022

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 3456828149 #define SIGNATURE_HASH 3244764333
#define TS_SIGNATURE "rusEFI 2022.03.24.all.3456828149" #define TS_SIGNATURE "rusEFI 2022.03.24.all.3244764333"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 715051549 #define SIGNATURE_HASH 636681285
#define TS_SIGNATURE "rusEFI 2022.03.24.alphax-2chan.715051549" #define TS_SIGNATURE "rusEFI 2022.03.24.alphax-2chan.636681285"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 810389244 #define SIGNATURE_HASH 1059168420
#define TS_SIGNATURE "rusEFI 2022.03.24.alphax-4chan.810389244" #define TS_SIGNATURE "rusEFI 2022.03.24.alphax-4chan.1059168420"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 3535927250 #define SIGNATURE_HASH 3719158154
#define TS_SIGNATURE "rusEFI 2022.03.24.atlas.3535927250" #define TS_SIGNATURE "rusEFI 2022.03.24.atlas.3719158154"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 3811871647 #define SIGNATURE_HASH 3965232583
#define TS_SIGNATURE "rusEFI 2022.03.24.core8.3811871647" #define TS_SIGNATURE "rusEFI 2022.03.24.core8.3965232583"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 3456828149 #define SIGNATURE_HASH 3244764333
#define TS_SIGNATURE "rusEFI 2022.03.24.f429-discovery.3456828149" #define TS_SIGNATURE "rusEFI 2022.03.24.f429-discovery.3244764333"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 2815597252 #define SIGNATURE_HASH 2831070364
#define TS_SIGNATURE "rusEFI 2022.03.24.frankenso_na6.2815597252" #define TS_SIGNATURE "rusEFI 2022.03.24.frankenso_na6.2831070364"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 2075118106 #define SIGNATURE_HASH 1958995010
#define TS_SIGNATURE "rusEFI 2022.03.24.harley81.2075118106" #define TS_SIGNATURE "rusEFI 2022.03.24.harley81.1958995010"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 4024655544 #define SIGNATURE_HASH 3767496928
#define TS_SIGNATURE "rusEFI 2022.03.24.hellen-nb1.4024655544" #define TS_SIGNATURE "rusEFI 2022.03.24.hellen-nb1.3767496928"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 4055126014 #define SIGNATURE_HASH 4275593638
#define TS_SIGNATURE "rusEFI 2022.03.24.hellen121nissan.4055126014" #define TS_SIGNATURE "rusEFI 2022.03.24.hellen121nissan.4275593638"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 2692519828 #define SIGNATURE_HASH 2937108940
#define TS_SIGNATURE "rusEFI 2022.03.24.hellen121vag.2692519828" #define TS_SIGNATURE "rusEFI 2022.03.24.hellen121vag.2937108940"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 3499689880 #define SIGNATURE_HASH 3757386176
#define TS_SIGNATURE "rusEFI 2022.03.24.hellen128.3499689880" #define TS_SIGNATURE "rusEFI 2022.03.24.hellen128.3757386176"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 2704064502 #define SIGNATURE_HASH 2923467182
#define TS_SIGNATURE "rusEFI 2022.03.24.hellen154hyundai.2704064502" #define TS_SIGNATURE "rusEFI 2022.03.24.hellen154hyundai.2923467182"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 23261417 #define SIGNATURE_HASH 235855537
#define TS_SIGNATURE "rusEFI 2022.03.24.hellen72.23261417" #define TS_SIGNATURE "rusEFI 2022.03.24.hellen72.235855537"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 172812446 #define SIGNATURE_HASH 86034118
#define TS_SIGNATURE "rusEFI 2022.03.24.hellen81.172812446" #define TS_SIGNATURE "rusEFI 2022.03.24.hellen81.86034118"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 3327585192 #define SIGNATURE_HASH 3376072176
#define TS_SIGNATURE "rusEFI 2022.03.24.hellen88bmw.3327585192" #define TS_SIGNATURE "rusEFI 2022.03.24.hellen88bmw.3376072176"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 3630157867 #define SIGNATURE_HASH 3610508915
#define TS_SIGNATURE "rusEFI 2022.03.24.hellenNA6.3630157867" #define TS_SIGNATURE "rusEFI 2022.03.24.hellenNA6.3610508915"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 466218224 #define SIGNATURE_HASH 346407592
#define TS_SIGNATURE "rusEFI 2022.03.24.hellenNA8_96.466218224" #define TS_SIGNATURE "rusEFI 2022.03.24.hellenNA8_96.346407592"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat null // was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat null
// //
#define SIGNATURE_HASH 4110345545 #define SIGNATURE_HASH 4220701457
#define TS_SIGNATURE "rusEFI 2022.03.24.hellen_cypress.4110345545" #define TS_SIGNATURE "rusEFI 2022.03.24.hellen_cypress.4220701457"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat null // was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat null
// //
#define SIGNATURE_HASH 190523829 #define SIGNATURE_HASH 70715373
#define TS_SIGNATURE "rusEFI 2022.03.24.kin.190523829" #define TS_SIGNATURE "rusEFI 2022.03.24.kin.70715373"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 2704002206 #define SIGNATURE_HASH 2923946694
#define TS_SIGNATURE "rusEFI 2022.03.24.mre_f4.2704002206" #define TS_SIGNATURE "rusEFI 2022.03.24.mre_f4.2923946694"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 2704002206 #define SIGNATURE_HASH 2923946694
#define TS_SIGNATURE "rusEFI 2022.03.24.mre_f7.2704002206" #define TS_SIGNATURE "rusEFI 2022.03.24.mre_f7.2923946694"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 2665601811 #define SIGNATURE_HASH 2441999691
#define TS_SIGNATURE "rusEFI 2022.03.24.prometheus_405.2665601811" #define TS_SIGNATURE "rusEFI 2022.03.24.prometheus_405.2441999691"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 2665601811 #define SIGNATURE_HASH 2441999691
#define TS_SIGNATURE "rusEFI 2022.03.24.prometheus_469.2665601811" #define TS_SIGNATURE "rusEFI 2022.03.24.prometheus_469.2441999691"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 3906116468 #define SIGNATURE_HASH 3888035116
#define TS_SIGNATURE "rusEFI 2022.03.24.proteus_f4.3906116468" #define TS_SIGNATURE "rusEFI 2022.03.24.proteus_f4.3888035116"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 3906116468 #define SIGNATURE_HASH 3888035116
#define TS_SIGNATURE "rusEFI 2022.03.24.proteus_f7.3906116468" #define TS_SIGNATURE "rusEFI 2022.03.24.proteus_f7.3888035116"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
// //
#define SIGNATURE_HASH 3906116468 #define SIGNATURE_HASH 3888035116
#define TS_SIGNATURE "rusEFI 2022.03.24.proteus_h7.3906116468" #define TS_SIGNATURE "rusEFI 2022.03.24.proteus_h7.3888035116"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh null // was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh null
// //
#define SIGNATURE_HASH 2948359028 #define SIGNATURE_HASH 2698005804
#define TS_SIGNATURE "rusEFI 2022.03.24.subaru_eg33_f7.2948359028" #define TS_SIGNATURE "rusEFI 2022.03.24.subaru_eg33_f7.2698005804"

View File

@ -378,10 +378,10 @@ float getOutputValueByName(const char *name) {
return engine->outputChannels.tpsAccelActive; return engine->outputChannels.tpsAccelActive;
if (strEqualCaseInsensitive(name, "TEMPLOG_MAP_AT_CYCLE_COUNT")) if (strEqualCaseInsensitive(name, "TEMPLOG_MAP_AT_CYCLE_COUNT"))
return engine->outputChannels.TEMPLOG_MAP_AT_CYCLE_COUNT; return engine->outputChannels.TEMPLOG_MAP_AT_CYCLE_COUNT;
if (strEqualCaseInsensitive(name, "TEMPLOG_map_peak"))
return engine->outputChannels.TEMPLOG_map_peak;
if (strEqualCaseInsensitive(name, "boostControllerOutput")) if (strEqualCaseInsensitive(name, "boostControllerOutput"))
return engine->outputChannels.boostControllerOutput; return engine->outputChannels.boostControllerOutput;
if (strEqualCaseInsensitive(name, "boostControllerClosedLoopPart"))
return engine->outputChannels.boostControllerClosedLoopPart;
if (strEqualCaseInsensitive(name, "boostControllerOpenLoopPart")) if (strEqualCaseInsensitive(name, "boostControllerOpenLoopPart"))
return engine->outputChannels.boostControllerOpenLoopPart; return engine->outputChannels.boostControllerOpenLoopPart;
if (strEqualCaseInsensitive(name, "TEMPLOG_MAP_AT_SPECIAL_POINT")) if (strEqualCaseInsensitive(name, "TEMPLOG_MAP_AT_SPECIAL_POINT"))
@ -402,16 +402,10 @@ float getOutputValueByName(const char *name) {
return engine->outputChannels.vvtSyncCounter; return engine->outputChannels.vvtSyncCounter;
if (strEqualCaseInsensitive(name, "vvtStateIndex")) if (strEqualCaseInsensitive(name, "vvtStateIndex"))
return engine->outputChannels.vvtStateIndex; return engine->outputChannels.vvtStateIndex;
if (strEqualCaseInsensitive(name, "TEMPLOG_MAP_INSTANT_AVERAGE"))
return engine->outputChannels.TEMPLOG_MAP_INSTANT_AVERAGE;
if (strEqualCaseInsensitive(name, "fallbackMap")) if (strEqualCaseInsensitive(name, "fallbackMap"))
return engine->outputChannels.fallbackMap; return engine->outputChannels.fallbackMap;
if (strEqualCaseInsensitive(name, "TEMPLOG_map_peak")) if (strEqualCaseInsensitive(name, "boostControllerClosedLoopPart"))
return engine->outputChannels.TEMPLOG_map_peak; return engine->outputChannels.boostControllerClosedLoopPart;
if (strEqualCaseInsensitive(name, "TEMPLOG_map_length"))
return engine->outputChannels.TEMPLOG_map_length;
if (strEqualCaseInsensitive(name, "TEMPLOG_mapIndex"))
return engine->outputChannels.TEMPLOG_mapIndex;
if (strEqualCaseInsensitive(name, "timingCltCorrection")) if (strEqualCaseInsensitive(name, "timingCltCorrection"))
return engine->outputChannels.timingCltCorrection; return engine->outputChannels.timingCltCorrection;
if (strEqualCaseInsensitive(name, "timingIatCorrection")) if (strEqualCaseInsensitive(name, "timingIatCorrection"))
@ -494,5 +488,15 @@ float getOutputValueByName(const char *name) {
return engine->outputChannels.etbStatus.error; return engine->outputChannels.etbStatus.error;
if (strEqualCaseInsensitive(name, "etbStatus.resetCounter")) if (strEqualCaseInsensitive(name, "etbStatus.resetCounter"))
return engine->outputChannels.etbStatus.resetCounter; return engine->outputChannels.etbStatus.resetCounter;
if (strEqualCaseInsensitive(name, "boostStatus.iTerm"))
return engine->outputChannels.boostStatus.iTerm;
if (strEqualCaseInsensitive(name, "boostStatus.dTerm"))
return engine->outputChannels.boostStatus.dTerm;
if (strEqualCaseInsensitive(name, "boostStatus.output"))
return engine->outputChannels.boostStatus.output;
if (strEqualCaseInsensitive(name, "boostStatus.error"))
return engine->outputChannels.boostStatus.error;
if (strEqualCaseInsensitive(name, "boostStatus.resetCounter"))
return engine->outputChannels.boostStatus.resetCounter;
return EFI_ERROR_CODE; return EFI_ERROR_CODE;
} }