C# Class SharpTune.EcuMapTools.EcuLoc

Represents a location within the ecu Encapsulates the EcuLocCandidates (potential names in .map file) used to identify the locations
Afficher le fichier Open project: Merp/SharpTune

Méthodes publiques

Méthode 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 méthode

public EcuLoc ( System.Xml.Linq.XElement xe ) : System
xe System.Xml.Linq.XElement
Résultat System

EcuLoc() public méthode

public EcuLoc ( string n, string hexaddr ) : System
n string
hexaddr string
Résultat System

findOffset() public méthode

public findOffset ( string>.Dictionary map ) : void
map string>.Dictionary
Résultat void

print() public méthode

public print ( StreamWriter writer ) : void
writer System.IO.StreamWriter
Résultat void

printType() public méthode

public printType ( ) : string
Résultat string