Pavel says there are issues
This commit is contained in:
parent
65c7e22d8e
commit
c6e02db03c
|
@ -1,6 +1,6 @@
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "rusefi_enums.h"
|
#include "rusefi_enums.h"
|
||||||
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Tue Aug 10 02:25:01 EDT 2021
|
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Wed Aug 11 01:59:23 EDT 2021
|
||||||
// see also gen_config_and_enums.bat
|
// see also gen_config_and_enums.bat
|
||||||
|
|
||||||
|
|
||||||
|
@ -1000,6 +1000,8 @@ case TT_SUBARU_7_WITHOUT_6:
|
||||||
return "TT_SUBARU_7_WITHOUT_6";
|
return "TT_SUBARU_7_WITHOUT_6";
|
||||||
case TT_SUBARU_SVX:
|
case TT_SUBARU_SVX:
|
||||||
return "TT_SUBARU_SVX";
|
return "TT_SUBARU_SVX";
|
||||||
|
case TT_TEMP_62:
|
||||||
|
return "TT_TEMP_62";
|
||||||
case TT_TOOTHED_WHEEL:
|
case TT_TOOTHED_WHEEL:
|
||||||
return "TT_TOOTHED_WHEEL";
|
return "TT_TOOTHED_WHEEL";
|
||||||
case TT_TOOTHED_WHEEL_36_1:
|
case TT_TOOTHED_WHEEL_36_1:
|
||||||
|
|
|
@ -410,6 +410,8 @@ typedef enum {
|
||||||
|
|
||||||
TT_NISSAN_QR25 = TT_TT_NISSAN_QR25,
|
TT_NISSAN_QR25 = TT_TT_NISSAN_QR25,
|
||||||
|
|
||||||
|
TT_TEMP_62 = TT_TT_TEMP_62,
|
||||||
|
|
||||||
|
|
||||||
// do not forget to edit "#define trigger_type_e_enum" line in integration/rusefi_config.txt file to propogate new value to rusefi.ini TS project
|
// do not forget to edit "#define trigger_type_e_enum" line in integration/rusefi_config.txt file to propogate new value to rusefi.ini TS project
|
||||||
// do not forget to invoke "gen_config.bat" once you make changes to integration/rusefi_config.txt
|
// do not forget to invoke "gen_config.bat" once you make changes to integration/rusefi_config.txt
|
||||||
|
@ -417,7 +419,7 @@ typedef enum {
|
||||||
//
|
//
|
||||||
// Another point: once you add a new trigger, run get_trigger_images.bat which would run rusefi_test.exe from unit_tests
|
// Another point: once you add a new trigger, run get_trigger_images.bat which would run rusefi_test.exe from unit_tests
|
||||||
//
|
//
|
||||||
TT_UNUSED = 62, // this is used if we want to iterate over all trigger types
|
TT_UNUSED = 63, // this is used if we want to iterate over all trigger types
|
||||||
|
|
||||||
// todo: convert to ENUM_16_BITS? I can see 257 triggers but not 65K triggers
|
// todo: convert to ENUM_16_BITS? I can see 257 triggers but not 65K triggers
|
||||||
Force_4_bytes_size_trigger_type = ENUM_32_BITS,
|
Force_4_bytes_size_trigger_type = ENUM_32_BITS,
|
||||||
|
|
Loading…
Reference in New Issue