auto-sync
This commit is contained in:
parent
9a9b17b339
commit
fcf8f522e3
|
@ -0,0 +1,17 @@
|
||||||
|
package com.rusefi.autotune;
|
||||||
|
|
||||||
|
import java.util.Collection;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* (c) Andrey Belomutskiy 2013-2016
|
||||||
|
2/18/2016.
|
||||||
|
*/
|
||||||
|
public enum FuelAutoTune2 implements FuelAutoLogic {
|
||||||
|
INSTANCE;
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public FuelAutoTune.Result process(boolean smooth, Collection<FuelAutoTune.stDataOnline> dataECU, double STEP, double targetAFR, float[][] kgbcINIT) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue