genesis coupe
This commit is contained in:
parent
caea5283ae
commit
cf0fe81e32
|
@ -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 Jul 21 19:45:59 EDT 2021
|
||||
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Wed Jul 28 14:47:14 EDT 2021
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -146,6 +146,8 @@ const char *getCan_nbc_e(can_nbc_e value){
|
|||
switch(value) {
|
||||
case CAN_BUS_BMW_E90:
|
||||
return "CAN_BUS_BMW_E90";
|
||||
case CAN_BUS_GENESIS_COUPE:
|
||||
return "CAN_BUS_GENESIS_COUPE";
|
||||
case CAN_BUS_Haltech:
|
||||
return "CAN_BUS_Haltech";
|
||||
case CAN_BUS_MAZDA_RX8:
|
||||
|
|
|
@ -950,6 +950,7 @@ typedef enum {
|
|||
CAN_BUS_Haltech = 7,
|
||||
CAN_BUS_MQB = 8,
|
||||
CAN_BUS_NISSAN_VQ = 9,
|
||||
CAN_BUS_GENESIS_COUPE = 10,
|
||||
|
||||
Internal_ForceMyEnumIntSize_can_nbc = ENUM_32_BITS,
|
||||
} can_nbc_e;
|
||||
|
|
|
@ -661,7 +661,7 @@ float fanOffTemperature;+Cooling fan turn-off temperature threshold, in Celsius;
|
|||
|
||||
float vehicleSpeedCoef;+This coefficient translates vehicle speed input frequency (in Hz) into vehicle speed, km/h;"coef", 1, 0, 0.01, 2000, 2
|
||||
|
||||
custom can_nbc_e 4 bits, U32, @OFFSET@, [0:4], "None", "FIAT", "VAG", "MAZDA RX8", "BMW", "W202", "BMW E90", "Haltech", "VAG MQB", "Nissan VQ35", "type 10", "INVALID", "INVALID"
|
||||
custom can_nbc_e 4 bits, U32, @OFFSET@, [0:4], "None", "FIAT", "VAG", "MAZDA RX8", "BMW", "W202", "BMW E90", "Haltech", "VAG MQB", "Nissan VQ35", "Genesis Coupe", "type 11", "type 12", "INVALID", "INVALID"
|
||||
can_nbc_e canNbcType;set can_mode X
|
||||
|
||||
int canSleepPeriodMs;CANbus thread period, ms;"ms", 1, 0, 0, 1000, 2
|
||||
|
|
Loading…
Reference in New Issue