C# Class SharpTune.EcuMapTools.EcuLoc

Represents a location within the ecu Encapsulates the EcuLocCandidates (potential names in .map file) used to identify the locations
显示文件 Open project: Merp/SharpTune

Public Methods

Method Description
EcuLoc ( System.Xml.Linq.XElement xe ) : System
EcuLoc ( string n, string hexaddr ) : System
findOffset ( string>.Dictionary map ) : void
print ( StreamWriter writer ) : void
printType ( ) : string

Method Details

EcuLoc() public method

public EcuLoc ( System.Xml.Linq.XElement xe ) : System
xe System.Xml.Linq.XElement
return System

EcuLoc() public method

public EcuLoc ( string n, string hexaddr ) : System
n string
hexaddr string
return System

findOffset() public method

public findOffset ( string>.Dictionary map ) : void
map string>.Dictionary
return void

print() public method

public print ( StreamWriter writer ) : void
writer System.IO.StreamWriter
return void

printType() public method

public printType ( ) : string
return string