C# 클래스 SharpTune.EcuMapTools.EcuMap

Encapsulates EcuRefs for an entire ecu Contains methods to import/export EcuRefs TODO: Refactor code from EcuMapTool into this TODO: Populate definiitions with this imported data
파일 보기 프로젝트 열기: Merp/SharpTune 1 사용 예제들

공개 메소드들

메소드 설명
EcuMap ( ) : System
ImportFromHeaderAndMapFile ( string mapFileName, string headerFileName ) : bool
ImportFromMapFileOrText ( string fileOrText ) : void

비공개 메소드들

메소드 설명
LoadFromMapFile ( string filename ) : void
LoadFromMapString ( string str ) : void
LoadHeader ( string filename ) : void

메소드 상세

EcuMap() 공개 메소드

public EcuMap ( ) : System
리턴 System

ImportFromHeaderAndMapFile() 공개 메소드

public ImportFromHeaderAndMapFile ( string mapFileName, string headerFileName ) : bool
mapFileName string
headerFileName string
리턴 bool

ImportFromMapFileOrText() 공개 메소드

public ImportFromMapFileOrText ( string fileOrText ) : void
fileOrText string
리턴 void