only:TuneCanTool.java notes
This commit is contained in:
parent
495a36898f
commit
abc4408b30
|
@ -29,6 +29,12 @@ import static com.rusefi.ConfigFieldImpl.unquote;
|
|||
import static com.rusefi.config.Field.niceToString;
|
||||
import static com.rusefi.tools.tune.WriteSimulatorConfiguration.INI_FILE_FOR_SIMULATOR;
|
||||
|
||||
/**
|
||||
* this command line utility compares two TS calibration files and produces .md files with C++ source code of the difference between those two files.
|
||||
*
|
||||
* Base 'default settings' file is msq generated by WriteSimulatorConfiguration.java with .xml extension but a real .msq could probably be used instead.
|
||||
* Second calibration file which contains desired base calibrations is a native TS calibration file.
|
||||
*/
|
||||
public class TuneCanTool {
|
||||
private static final Logging log = getLogging(TuneCanTool.class);
|
||||
|
||||
|
|
Loading…
Reference in New Issue