mirror of https://github.com/FOME-Tech/fome-fw.git
Auto-generated configs and docs
This commit is contained in:
parent
b79c0fefe5
commit
f1527ea660
|
@ -1,7 +1,7 @@
|
|||
#include "global.h"
|
||||
#include "rusefi_enums.h"
|
||||
#include "rusefi_hw_enums.h"
|
||||
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Mon Sep 07 14:17:12 UTC 2020
|
||||
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Mon Sep 28 20:34:06 UTC 2020
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -906,6 +906,21 @@ case ZIL_130:
|
|||
}
|
||||
return NULL;
|
||||
}
|
||||
const char *getEtb_function_e(etb_function_e value){
|
||||
switch(value) {
|
||||
case ETB_IdleValve:
|
||||
return "ETB_IdleValve";
|
||||
case ETB_None:
|
||||
return "ETB_None";
|
||||
case ETB_Throttle1:
|
||||
return "ETB_Throttle1";
|
||||
case ETB_Throttle2:
|
||||
return "ETB_Throttle2";
|
||||
case ETB_Wastegate:
|
||||
return "ETB_Wastegate";
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
const char *getGear_e(gear_e value){
|
||||
switch(value) {
|
||||
case GEAR_1:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Mon Sep 07 14:17:12 UTC 2020
|
||||
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Mon Sep 28 20:34:06 UTC 2020
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -26,6 +26,7 @@ const char *getDisplay_mode_e(display_mode_e value);
|
|||
const char *getEgo_sensor_e(ego_sensor_e value);
|
||||
const char *getEngine_load_mode_e(engine_load_mode_e value);
|
||||
const char *getEngine_type_e(engine_type_e value);
|
||||
const char *getEtb_function_e(etb_function_e value);
|
||||
const char *getGear_e(gear_e value);
|
||||
const char *getGppwm_channel_e(gppwm_channel_e value);
|
||||
const char *getGppwm_compare_mode_e(gppwm_compare_mode_e value);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 28 18:46:40 UTC 2020
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 28 20:34:08 UTC 2020
|
||||
|
||||
// by class com.rusefi.output.FileFsioSettingsConsumer
|
||||
FSIO_SETTING_FANONTEMPERATURE = 1000,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 28 18:46:40 UTC 2020
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 28 20:34:08 UTC 2020
|
||||
|
||||
// by class com.rusefi.output.FileFsioSettingsConsumer
|
||||
case FSIO_SETTING_FANONTEMPERATURE:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 28 18:46:40 UTC 2020
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 28 20:34:08 UTC 2020
|
||||
|
||||
// by class com.rusefi.output.FileFsioSettingsConsumer
|
||||
static LENameOrdinalPair lefanOnTemperature(FSIO_SETTING_FANONTEMPERATURE, "cfg_fanOnTemperature");
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 28 18:46:40 UTC 2020
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Sep 28 20:34:08 UTC 2020
|
||||
|
||||
// by class com.rusefi.output.FileFsioSettingsConsumer
|
||||
case FSIO_SETTING_FANONTEMPERATURE:
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD all
|
||||
#define SIGNATURE_DATE 2020.09.28
|
||||
#define SIGNATURE_HASH 2279195939
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.all.2279195939"
|
||||
#define SIGNATURE_HASH 742598313
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.all.742598313"
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD frankenso_na6
|
||||
#define SIGNATURE_DATE 2020.09.28
|
||||
#define SIGNATURE_HASH 541238040
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.frankenso_na6.541238040"
|
||||
#define SIGNATURE_HASH 2346205330
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.frankenso_na6.2346205330"
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD hellen_cypress
|
||||
#define SIGNATURE_DATE 2020.09.28
|
||||
#define SIGNATURE_HASH 1025426525
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.hellen_cypress.1025426525"
|
||||
#define SIGNATURE_HASH 2525243351
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.hellen_cypress.2525243351"
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD kin
|
||||
#define SIGNATURE_DATE 2020.09.28
|
||||
#define SIGNATURE_HASH 1812135591
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.kin.1812135591"
|
||||
#define SIGNATURE_HASH 3348634925
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.kin.3348634925"
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD mre_f4
|
||||
#define SIGNATURE_DATE 2020.09.28
|
||||
#define SIGNATURE_HASH 1887582900
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.mre_f4.1887582900"
|
||||
#define SIGNATURE_HASH 3675838782
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.mre_f4.3675838782"
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD mre_f7
|
||||
#define SIGNATURE_DATE 2020.09.28
|
||||
#define SIGNATURE_HASH 1887582900
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.mre_f7.1887582900"
|
||||
#define SIGNATURE_HASH 3675838782
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.mre_f7.3675838782"
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD prometheus_405
|
||||
#define SIGNATURE_DATE 2020.09.28
|
||||
#define SIGNATURE_HASH 854994000
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.prometheus_405.854994000"
|
||||
#define SIGNATURE_HASH 2574045146
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.prometheus_405.2574045146"
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD prometheus_469
|
||||
#define SIGNATURE_DATE 2020.09.28
|
||||
#define SIGNATURE_HASH 854994000
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.prometheus_469.854994000"
|
||||
#define SIGNATURE_HASH 2574045146
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.prometheus_469.2574045146"
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD proteus_f4
|
||||
#define SIGNATURE_DATE 2020.09.28
|
||||
#define SIGNATURE_HASH 2510301958
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.proteus_f4.2510301958"
|
||||
#define SIGNATURE_HASH 3088779436
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.proteus_f4.3088779436"
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
#define SIGNATURE_BOARD proteus_f7
|
||||
#define SIGNATURE_DATE 2020.09.28
|
||||
#define SIGNATURE_HASH 2510301958
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.proteus_f7.2510301958"
|
||||
#define SIGNATURE_HASH 3088779436
|
||||
#define TS_SIGNATURE "rusEFI 2020.09.28.proteus_f7.3088779436"
|
||||
|
|
Loading…
Reference in New Issue