C# Class SharpTune.Core.ECUIdentifier

Show file Open project: Merp/SharpTune Class Usage Examples

Public Methods

Method Description
ECUIdentifier ( ) : System
ExportRRMetaData ( ) : System.Xml.Linq.XElement
ParseEcuFlashXml ( System.Xml.Linq.XElement xRomId, string incl ) : void
UpdateFromMod ( RomMod mod ) : void
setChecksumModule ( string csm ) : void
setFlashMethod ( string fm ) : void
setIdForUndefined ( string id ) : void

Private Methods

Method Description
SanityCheck ( ) : bool
setCalibrationIdAddressFromHex ( string hex ) : void
setMemoryModel ( string mm ) : void

Method Details

ECUIdentifier() public method

public ECUIdentifier ( ) : System
return System

ExportRRMetaData() public method

public ExportRRMetaData ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

ParseEcuFlashXml() public method

public ParseEcuFlashXml ( System.Xml.Linq.XElement xRomId, string incl ) : void
xRomId System.Xml.Linq.XElement
incl string
return void

UpdateFromMod() public method

public UpdateFromMod ( RomMod mod ) : void
mod RomMod
return void

setChecksumModule() public method

public setChecksumModule ( string csm ) : void
csm string
return void

setFlashMethod() public method

public setFlashMethod ( string fm ) : void
fm string
return void

setIdForUndefined() public method

public setIdForUndefined ( string id ) : void
id string
return void