C# Class VAGSuite.EDC17FileParser

Inheritance: IEDCFileParser
Afficher le fichier Open project: Blackfrosch/VAGEDCSuite Class Usage Examples

Méthodes publiques

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

Méthode Description
AddToSymbolCollection ( SymbolCollection newSymbols, SymbolHelper newSymbol, List newCodeBlocks ) : bool
CheckMap ( int t, byte allBytes, SymbolCollection newSymbols, List newCodeBlocks ) : int
DetermineCodeBlockByByAddress ( long address, List currBlocks ) : int

Method Details

ExtractBoschPartnumber() public méthode

public ExtractBoschPartnumber ( byte allBytes ) : string
allBytes byte
Résultat string

ExtractInfo() public méthode

public ExtractInfo ( byte allBytes ) : string
allBytes byte
Résultat string

ExtractPartnumber() public méthode

public ExtractPartnumber ( byte allBytes ) : string
allBytes byte
Résultat string

ExtractSoftwareNumber() public méthode

public ExtractSoftwareNumber ( byte allBytes ) : string
allBytes byte
Résultat string

FindSVBL() public méthode

public FindSVBL ( byte allBytes, string filename, SymbolCollection newSymbols, List newCodeBlocks ) : void
allBytes byte
filename string
newSymbols SymbolCollection
newCodeBlocks List
Résultat void

NameKnownMaps() public méthode

public NameKnownMaps ( byte allBytes, SymbolCollection newSymbols, List newCodeBlocks ) : void
allBytes byte
newSymbols SymbolCollection
newCodeBlocks List
Résultat void

parseFile() public méthode

public parseFile ( string filename, List &newCodeBlocks, List &newAxisHelpers ) : SymbolCollection
filename string
newCodeBlocks List
newAxisHelpers List
Résultat SymbolCollection