C# Class VAGSuite.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

Method Details

ExtractBoschPartnumber() public abstract méthode

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

ExtractInfo() public abstract méthode

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

ExtractPartnumber() public abstract méthode

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

ExtractSoftwareNumber() public abstract méthode

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

FindSVBL() public abstract méthode

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

NameKnownMaps() public abstract méthode

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

parseFile() public abstract méthode

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