refactoring

This commit is contained in:
rusefi 2019-11-30 16:49:40 -05:00
parent 2738fefa48
commit 149c1c09e8
3 changed files with 4 additions and 5 deletions

View File

@ -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 {

View File

@ -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

View File

@ -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;