Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-02-15 14:11:11 +00:00
parent c4d7192f84
commit f0b6a7e3ee
7 changed files with 25 additions and 3 deletions

View File

@ -1205,6 +1205,8 @@
#define TRIGGER_TYPE_WITHOUT_KNOWN_LOCATION trigger_type == 8 || trigger_type == 9 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73
#define TRIGGER_WITH_SYNC "isSynchronizationNeeded"
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define TS_BLOCK_READ_TIMEOUT 3000
#define TS_BURN_COMMAND 'B'

View File

@ -1205,6 +1205,8 @@
#define TRIGGER_TYPE_WITHOUT_KNOWN_LOCATION trigger_type == 8 || trigger_type == 9 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73
#define TRIGGER_WITH_SYNC "isSynchronizationNeeded"
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define TS_BLOCK_READ_TIMEOUT 3000
#define TS_BURN_COMMAND 'B'

View File

@ -1156,6 +1156,8 @@
#define TRIGGER_TYPE_WITHOUT_KNOWN_LOCATION trigger_type == 8 || trigger_type == 9 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73
#define TRIGGER_WITH_SYNC "isSynchronizationNeeded"
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define TS_BLOCK_READ_TIMEOUT 300
#define TS_BURN_COMMAND 'B'

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 Wed Feb 15 13:44:53 UTC 2023
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Wed Feb 15 14:10:22 UTC 2023
// see also gen_config_and_enums.bat
@ -117,6 +117,15 @@ case TransmissionControllerMode::SimpleTransmissionController:
}
return NULL;
}
const char *getTriggerWheel(TriggerWheel value){
switch(value) {
case TriggerWheel::T_PRIMARY:
return "T_PRIMARY";
case TriggerWheel::T_SECONDARY:
return "T_SECONDARY";
}
return NULL;
}
const char *getTsCalMode(TsCalMode value){
switch(value) {
case TsCalMode::EtbKd:

View File

@ -1,4 +1,4 @@
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Wed Feb 15 13:44:53 UTC 2023
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Wed Feb 15 14:10:22 UTC 2023
// see also gen_config_and_enums.bat
@ -24,6 +24,9 @@ const char *getSentEtbType(SentEtbType value);
const char *getTransmissionControllerMode(TransmissionControllerMode value);
#endif //__cplusplus
#if __cplusplus
const char *getTriggerWheel(TriggerWheel value);
#endif //__cplusplus
#if __cplusplus
const char *getTsCalMode(TsCalMode value);
#endif //__cplusplus
const char *getAir_pressure_sensor_type_e(air_pressure_sensor_type_e value);

View File

@ -1205,6 +1205,8 @@
#define TRIGGER_TYPE_WITHOUT_KNOWN_LOCATION trigger_type == 8 || trigger_type == 9 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73
#define TRIGGER_WITH_SYNC "isSynchronizationNeeded"
#define TRIGGERS_FILE_NAME "triggers.txt"
#define TriggerWheel_T_PRIMARY 0
#define TriggerWheel_T_SECONDARY 1
#define TRIM_SIZE 4
#define TS_BLOCK_READ_TIMEOUT 3000
#define TS_BURN_COMMAND 'B'

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Feb 15 13:45:41 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Feb 15 14:11:10 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -1135,6 +1135,8 @@ public class Fields {
public static final int trigger_type_e_TT_VVT_TOYOTA_4_1 = 73;
public static final String TRIGGER_WITH_SYNC = "isSynchronizationNeeded";
public static final String TRIGGERS_FILE_NAME = "triggers.txt";
public static final int TriggerWheel_T_PRIMARY = 0;
public static final int TriggerWheel_T_SECONDARY = 1;
public static final int TRIM_SIZE = 4;
public static final int TS_BLOCK_READ_TIMEOUT = 3000;
public static final char TS_BURN_COMMAND = 'B';