Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2021-09-30 19:31:31 +00:00
parent 756c882162
commit 8d395a8a63
2 changed files with 18 additions and 18 deletions

View File

@ -1,6 +1,6 @@
#include "global.h"
#include "rusefi_enums.h"
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Thu Sep 30 15:15:34 EDT 2021
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Thu Sep 30 19:30:21 UTC 2021
// see also gen_config_and_enums.bat
@ -357,21 +357,6 @@ case Force_4_bytes_size_ego_sensor:
}
return NULL;
}
const char *getEmu_type_e(emu_type_e value){
switch(value) {
case IMU_NONE:
return "IMU_NONE";
case IMU_TYPE_2:
return "IMU_TYPE_2";
case IMU_TYPE_3:
return "IMU_TYPE_3";
case IMU_TYPE_4:
return "IMU_TYPE_4";
case IMU_VAG:
return "IMU_VAG";
}
return NULL;
}
const char *getEngine_load_mode_e(engine_load_mode_e value){
switch(value) {
case Force_4_bytes_size_engine_load_mode:
@ -703,6 +688,21 @@ case IM_WASTED_SPARK:
}
return NULL;
}
const char *getImu_type_e(imu_type_e value){
switch(value) {
case IMU_NONE:
return "IMU_NONE";
case IMU_TYPE_2:
return "IMU_TYPE_2";
case IMU_TYPE_3:
return "IMU_TYPE_3";
case IMU_TYPE_4:
return "IMU_TYPE_4";
case IMU_VAG:
return "IMU_VAG";
}
return NULL;
}
const char *getInjection_mode_e(injection_mode_e value){
switch(value) {
case Force_4_bytes_size_injection_mode:

View File

@ -1,4 +1,4 @@
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Thu Sep 30 15:15:34 EDT 2021
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Thu Sep 30 19:30:21 UTC 2021
// see also gen_config_and_enums.bat
@ -21,7 +21,6 @@ const char *getCranking_ignition_mode_e(cranking_ignition_mode_e value);
const char *getDebug_mode_e(debug_mode_e value);
const char *getDisplay_mode_e(display_mode_e value);
const char *getEgo_sensor_e(ego_sensor_e value);
const char *getEmu_type_e(emu_type_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);
@ -31,6 +30,7 @@ const char *getGppwm_compare_mode_e(gppwm_compare_mode_e value);
const char *getIdle_mode_e(idle_mode_e value);
const char *getIdle_state_e(idle_state_e value);
const char *getIgnition_mode_e(ignition_mode_e value);
const char *getImu_type_e(imu_type_e value);
const char *getInjection_mode_e(injection_mode_e value);
const char *getInjector_compensation_mode_e(injector_compensation_mode_e value);
const char *getInjector_pressure_type_e(injector_pressure_type_e value);