Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2022-07-02 07:55:19 +00:00
parent 8c5ca5c0ad
commit 17b855b9b2
33 changed files with 42 additions and 35 deletions

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/ac_control.txt Mon May 09 09:39:56 UTC 2022 // this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/ac_control.txt Sat Jul 02 07:53:56 UTC 2022
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,21 +6,27 @@
// start of ac_control_s // start of ac_control_s
struct ac_control_s { struct ac_control_s {
/** /**
* AC engine too slow
offset 0 bit 0 */ offset 0 bit 0 */
bool engineTooSlow : 1 {}; bool engineTooSlow : 1 {};
/** /**
* AC engine too fast
offset 0 bit 1 */ offset 0 bit 1 */
bool engineTooFast : 1 {}; bool engineTooFast : 1 {};
/** /**
* AC no CLT
offset 0 bit 2 */ offset 0 bit 2 */
bool noClt : 1 {}; bool noClt : 1 {};
/** /**
* AC engine too hot
offset 0 bit 3 */ offset 0 bit 3 */
bool engineTooHot : 1 {}; bool engineTooHot : 1 {};
/** /**
* AC tps too high
offset 0 bit 4 */ offset 0 bit 4 */
bool tpsTooHigh : 1 {}; bool tpsTooHigh : 1 {};
/** /**
* AC enabled
offset 0 bit 5 */ offset 0 bit 5 */
bool m_acEnabled : 1 {}; bool m_acEnabled : 1 {};
/** /**
@ -28,7 +34,7 @@ struct ac_control_s {
offset 0 bit 6 */ offset 0 bit 6 */
bool acButtonState : 1 {}; bool acButtonState : 1 {};
/** /**
* For setAcDisabled Lua method * AC disabled by Lua
offset 0 bit 7 */ offset 0 bit 7 */
bool isDisabledByLua : 1 {}; bool isDisabledByLua : 1 {};
/** /**
@ -104,6 +110,7 @@ struct ac_control_s {
offset 0 bit 31 */ offset 0 bit 31 */
bool unusedBit_8_31 : 1 {}; bool unusedBit_8_31 : 1 {};
/** /**
* AC latest activity
* offset 4 * offset 4
*/ */
int latest_usage_ac_control = (int)0; int latest_usage_ac_control = (int)0;
@ -115,4 +122,4 @@ struct ac_control_s {
static_assert(sizeof(ac_control_s) == 12); static_assert(sizeof(ac_control_s) == 12);
// end // end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/ac_control.txt Mon May 09 09:39:56 UTC 2022 // this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/ac_control.txt Sat Jul 02 07:53:56 UTC 2022

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 776259275 #define SIGNATURE_HASH 776259275
#define TS_SIGNATURE "rusEFI 2022.07.01.48way.776259275" #define TS_SIGNATURE "rusEFI 2022.07.02.48way.776259275"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 962842244 #define SIGNATURE_HASH 962842244
#define TS_SIGNATURE "rusEFI 2022.07.01.all.962842244" #define TS_SIGNATURE "rusEFI 2022.07.02.all.962842244"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 191976424 #define SIGNATURE_HASH 191976424
#define TS_SIGNATURE "rusEFI 2022.07.01.alphax-2chan.191976424" #define TS_SIGNATURE "rusEFI 2022.07.02.alphax-2chan.191976424"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 451879367 #define SIGNATURE_HASH 451879367
#define TS_SIGNATURE "rusEFI 2022.07.01.alphax-4chan.451879367" #define TS_SIGNATURE "rusEFI 2022.07.02.alphax-4chan.451879367"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 631847843 #define SIGNATURE_HASH 631847843
#define TS_SIGNATURE "rusEFI 2022.07.01.atlas.631847843" #define TS_SIGNATURE "rusEFI 2022.07.02.atlas.631847843"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 3482296189 #define SIGNATURE_HASH 3482296189
#define TS_SIGNATURE "rusEFI 2022.07.01.core8.3482296189" #define TS_SIGNATURE "rusEFI 2022.07.02.core8.3482296189"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 962842244 #define SIGNATURE_HASH 962842244
#define TS_SIGNATURE "rusEFI 2022.07.01.f407-discovery.962842244" #define TS_SIGNATURE "rusEFI 2022.07.02.f407-discovery.962842244"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 962842244 #define SIGNATURE_HASH 962842244
#define TS_SIGNATURE "rusEFI 2022.07.01.f429-discovery.962842244" #define TS_SIGNATURE "rusEFI 2022.07.02.f429-discovery.962842244"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 2064593472 #define SIGNATURE_HASH 2064593472
#define TS_SIGNATURE "rusEFI 2022.07.01.frankenso_na6.2064593472" #define TS_SIGNATURE "rusEFI 2022.07.02.frankenso_na6.2064593472"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 1301254651 #define SIGNATURE_HASH 1301254651
#define TS_SIGNATURE "rusEFI 2022.07.01.harley81.1301254651" #define TS_SIGNATURE "rusEFI 2022.07.02.harley81.1301254651"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 409788385 #define SIGNATURE_HASH 409788385
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen-gm-e67.409788385" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen-gm-e67.409788385"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 3773366088 #define SIGNATURE_HASH 3773366088
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen-nb1.3773366088" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen-nb1.3773366088"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 2981983854 #define SIGNATURE_HASH 2981983854
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen121nissan.2981983854" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen121nissan.2981983854"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 1229065726 #define SIGNATURE_HASH 1229065726
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen121vag.1229065726" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen121vag.1229065726"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 1464341077 #define SIGNATURE_HASH 1464341077
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen128.1464341077" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen128.1464341077"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 2704063488 #define SIGNATURE_HASH 2704063488
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen154hyundai.2704063488" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen154hyundai.2704063488"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 3411863424 #define SIGNATURE_HASH 3411863424
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen72.3411863424" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen72.3411863424"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 467015310 #define SIGNATURE_HASH 467015310
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen81.467015310" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen81.467015310"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 1710491680 #define SIGNATURE_HASH 1710491680
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen88bmw.1710491680" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen88bmw.1710491680"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 3152560100 #define SIGNATURE_HASH 3152560100
#define TS_SIGNATURE "rusEFI 2022.07.01.hellenNA6.3152560100" #define TS_SIGNATURE "rusEFI 2022.07.02.hellenNA6.3152560100"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 1004147892 #define SIGNATURE_HASH 1004147892
#define TS_SIGNATURE "rusEFI 2022.07.01.hellenNA8_96.1004147892" #define TS_SIGNATURE "rusEFI 2022.07.02.hellenNA8_96.1004147892"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 2085585038 #define SIGNATURE_HASH 2085585038
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen_cypress.2085585038" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen_cypress.2085585038"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 571270915 #define SIGNATURE_HASH 571270915
#define TS_SIGNATURE "rusEFI 2022.07.01.kin.571270915" #define TS_SIGNATURE "rusEFI 2022.07.02.kin.571270915"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 4139074162 #define SIGNATURE_HASH 4139074162
#define TS_SIGNATURE "rusEFI 2022.07.01.mre_f4.4139074162" #define TS_SIGNATURE "rusEFI 2022.07.02.mre_f4.4139074162"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 4139074162 #define SIGNATURE_HASH 4139074162
#define TS_SIGNATURE "rusEFI 2022.07.01.mre_f7.4139074162" #define TS_SIGNATURE "rusEFI 2022.07.02.mre_f7.4139074162"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 1770592098 #define SIGNATURE_HASH 1770592098
#define TS_SIGNATURE "rusEFI 2022.07.01.prometheus_405.1770592098" #define TS_SIGNATURE "rusEFI 2022.07.02.prometheus_405.1770592098"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 1770592098 #define SIGNATURE_HASH 1770592098
#define TS_SIGNATURE "rusEFI 2022.07.01.prometheus_469.1770592098" #define TS_SIGNATURE "rusEFI 2022.07.02.prometheus_469.1770592098"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 2628651506 #define SIGNATURE_HASH 2628651506
#define TS_SIGNATURE "rusEFI 2022.07.01.proteus_f4.2628651506" #define TS_SIGNATURE "rusEFI 2022.07.02.proteus_f4.2628651506"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 2628651506 #define SIGNATURE_HASH 2628651506
#define TS_SIGNATURE "rusEFI 2022.07.01.proteus_f7.2628651506" #define TS_SIGNATURE "rusEFI 2022.07.02.proteus_f7.2628651506"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 2628651506 #define SIGNATURE_HASH 2628651506
#define TS_SIGNATURE "rusEFI 2022.07.01.proteus_h7.2628651506" #define TS_SIGNATURE "rusEFI 2022.07.02.proteus_h7.2628651506"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 846346038 #define SIGNATURE_HASH 846346038
#define TS_SIGNATURE "rusEFI 2022.07.01.subaru_eg33_f7.846346038" #define TS_SIGNATURE "rusEFI 2022.07.02.subaru_eg33_f7.846346038"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 2473263312 #define SIGNATURE_HASH 2473263312
#define TS_SIGNATURE "rusEFI 2022.07.01.tdg-pdm8.2473263312" #define TS_SIGNATURE "rusEFI 2022.07.02.tdg-pdm8.2473263312"