C# Class VAGSuite.EDC16FileParser

Inheritance: IEDCFileParser
Datei anzeigen Open project: Blackfrosch/VAGEDCSuite Class Usage Examples

Public Methods

Method Description
ExtractBoschPartnumber ( byte allBytes ) : string
ExtractInfo ( byte allBytes ) : string
ExtractPartnumber ( byte allBytes ) : string
ExtractSoftwareNumber ( byte allBytes ) : string
FindSVBL ( byte allBytes, string filename, SymbolCollection newSymbols, List newCodeBlocks ) : void
NameKnownMaps ( byte allBytes, SymbolCollection newSymbols, List newCodeBlocks ) : void
parseFile ( string filename, List &newCodeBlocks, List &newAxisHelpers ) : SymbolCollection

Private Methods

Method Description
AddToSymbolCollection ( SymbolCollection newSymbols, SymbolHelper newSymbol, List newCodeBlocks ) : bool
CheckMap ( int t, byte allBytes, SymbolCollection newSymbols, List newCodeBlocks ) : int
CollectionContainsMapInSize ( SymbolCollection newSymbols, int ysize, int xsize ) : bool
DetermineCodeBlockByByAddress ( long address, List currBlocks ) : int
DetermineNumberByFlashBank ( long address, List currBlocks ) : string
GetMapNameCountForCodeBlock ( string varName, int codeBlock, SymbolCollection newSymbols, bool debug ) : int
GetMaxAxisValue ( byte allBytes, SymbolHelper sh, MapViewerEx axisIdent ) : int

Method Details

ExtractBoschPartnumber() public method

public ExtractBoschPartnumber ( byte allBytes ) : string
allBytes byte
return string

ExtractInfo() public method

public ExtractInfo ( byte allBytes ) : string
allBytes byte
return string

ExtractPartnumber() public method

public ExtractPartnumber ( byte allBytes ) : string
allBytes byte
return string

ExtractSoftwareNumber() public method

public ExtractSoftwareNumber ( byte allBytes ) : string
allBytes byte
return string

FindSVBL() public method

public FindSVBL ( byte allBytes, string filename, SymbolCollection newSymbols, List newCodeBlocks ) : void
allBytes byte
filename string
newSymbols SymbolCollection
newCodeBlocks List
return void

NameKnownMaps() public method

public NameKnownMaps ( byte allBytes, SymbolCollection newSymbols, List newCodeBlocks ) : void
allBytes byte
newSymbols SymbolCollection
newCodeBlocks List
return void

parseFile() public method

public parseFile ( string filename, List &newCodeBlocks, List &newAxisHelpers ) : SymbolCollection
filename string
newCodeBlocks List
newAxisHelpers List
return SymbolCollection