refactoring
This commit is contained in:
parent
b04166d173
commit
b961edc654
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Sat Nov 30 10:08:11 EST 2019
|
||||
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Sat Nov 30 16:44:43 EST 2019
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#ifndef CONFIG_BOARDS_KINETIS_CONFIG_CONTROLLERS_ALGO_ENGINE_CONFIGURATION_GENERATED_STRUCTURES_H
|
||||
|
@ -531,6 +531,7 @@
|
|||
#define etb2_offset 3964
|
||||
#define etb2_offset_hex f7c
|
||||
#define ETB_BIAS_CURVE_LENGTH 8
|
||||
#define ETB_COUNT 2
|
||||
#define etb_dFactor_offset 1744
|
||||
#define etb_dFactor_offset_hex 6d0
|
||||
#define etb_iFactor_offset 1740
|
||||
|
@ -4962,4 +4963,4 @@ typedef struct persistent_config_s persistent_config_s;
|
|||
|
||||
#endif
|
||||
// end
|
||||
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Sat Nov 30 10:08:11 EST 2019
|
||||
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Sat Nov 30 16:44:43 EST 2019
|
||||
|
|
|
@ -529,6 +529,7 @@
|
|||
#define etb2_offset 3964
|
||||
#define etb2_offset_hex f7c
|
||||
#define ETB_BIAS_CURVE_LENGTH 8
|
||||
#define ETB_COUNT 2
|
||||
#define etb_dFactor_offset 1744
|
||||
#define etb_dFactor_offset_hex 6d0
|
||||
#define etb_iFactor_offset 1740
|
||||
|
|
|
@ -14,10 +14,6 @@
|
|||
#include "engine.h"
|
||||
#include "periodic_task.h"
|
||||
|
||||
#ifndef ETB_COUNT
|
||||
#define ETB_COUNT 2
|
||||
#endif /* ETB_COUNT */
|
||||
|
||||
class DcMotor;
|
||||
|
||||
class EtbController final : public PeriodicTimerController {
|
||||
|
|
|
@ -529,6 +529,7 @@
|
|||
#define etb2_offset 3964
|
||||
#define etb2_offset_hex f7c
|
||||
#define ETB_BIAS_CURVE_LENGTH 8
|
||||
#define ETB_COUNT 2
|
||||
#define etb_dFactor_offset 1744
|
||||
#define etb_dFactor_offset_hex 6d0
|
||||
#define etb_iFactor_offset 1740
|
||||
|
|
|
@ -87,6 +87,8 @@ struct_no_prefix engine_configuration_s
|
|||
#define CLT_TIMING_CURVE_SIZE 8
|
||||
#define IDLE_VE_CURVE_SIZE 8
|
||||
|
||||
#define ETB_COUNT 2
|
||||
|
||||
#define AUX_DIGITAL_VALVE_COUNT 2
|
||||
|
||||
#define IAT_CURVE_SIZE 16
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.rusefi.config.generated;
|
||||
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Nov 30 10:03:19 EST 2019
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sat Nov 30 16:44:31 EST 2019
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -347,6 +347,7 @@ public class Fields {
|
|||
public static final int etb2_directionPin2_offset = 3965;
|
||||
public static final int etb2_offset = 3964;
|
||||
public static final int ETB_BIAS_CURVE_LENGTH = 8;
|
||||
public static final int ETB_COUNT = 2;
|
||||
public static final int etb_dFactor_offset = 1744;
|
||||
public static final int etb_iFactor_offset = 1740;
|
||||
public static final int etb_iTermMax_offset = 3958;
|
||||
|
|
Loading…
Reference in New Issue