C# 클래스 SharpTune.EcuMapTools.EcuLoc

Represents a location within the ecu Encapsulates the EcuLocCandidates (potential names in .map file) used to identify the locations
파일 보기 프로젝트 열기: Merp/SharpTune

공개 메소드들

메소드 설명
EcuLoc ( System.Xml.Linq.XElement xe ) : System
EcuLoc ( string n, string hexaddr ) : System
findOffset ( string>.Dictionary map ) : void
print ( StreamWriter writer ) : void
printType ( ) : string

메소드 상세

EcuLoc() 공개 메소드

public EcuLoc ( System.Xml.Linq.XElement xe ) : System
xe System.Xml.Linq.XElement
리턴 System

EcuLoc() 공개 메소드

public EcuLoc ( string n, string hexaddr ) : System
n string
hexaddr string
리턴 System

findOffset() 공개 메소드

public findOffset ( string>.Dictionary map ) : void
map string>.Dictionary
리턴 void

print() 공개 메소드

public print ( StreamWriter writer ) : void
writer System.IO.StreamWriter
리턴 void

printType() 공개 메소드

public printType ( ) : string
리턴 string