C# Class VAGSuite.EDC15PTuner

Datei anzeigen Open project: Blackfrosch/VAGEDCSuite

Public Methods

Method Description
TuneEDC15PFile ( string filename, SymbolCollection symbols, int peakTorque, int peakHP, bool autoUpdateChecksum ) : bool

Private Methods

Method Description
DisableEGRMap ( string filename, SymbolCollection symbols, bool autoUpdateChecksum ) : bool
SaveAndSyncData ( int length, int address, byte data, string fileName, bool useNote, string note, bool autoUpdateChecksum ) : void
TuneDriverWish ( string filename, SymbolCollection symbols, int peakTorque, int peakHP, bool autoUpdateChecksum ) : bool
TuneSmokeLimiter ( string filename, SymbolCollection symbols, int peakTorque, int peakHP, bool autoUpdateChecksum ) : bool
TuneTorqueLimiter ( string filename, SymbolCollection symbols, int peakTorque, int peakHP, bool autoUpdateChecksum ) : bool

Method Details

TuneEDC15PFile() public method

public TuneEDC15PFile ( string filename, SymbolCollection symbols, int peakTorque, int peakHP, bool autoUpdateChecksum ) : bool
filename string
symbols SymbolCollection
peakTorque int
peakHP int
autoUpdateChecksum bool
return bool