Свойство | Type | Description | |
---|---|---|---|
AxisList | List |
||
codeBlockList | List |
||
m_CurrentWorkingProject | string | ||
m_ProjectLog | |||
m_ProjectTransactionLog | |||
m_carMake | CarMakes | ||
m_codeBlock5ID | int | ||
m_codeBlock6ID | int | ||
m_codeBlock7ID | int | ||
m_currentFileType | EDCFileType | ||
m_currentfile | string | ||
m_currentfilelength | int | ||
m_symbols |
Méthode | Description | |
---|---|---|
DetermineFileType ( string fileName, bool isPrimaryFile ) : EDCFileType | ||
ExtractBoschPartnumber ( byte allBytes ) : string | ||
GetCorrectionFactorForRpm ( int rpm, int numberCylinders ) : double | ||
GetParserForFile ( string filename, bool isPrimaryFile ) : |
||
GetSymbolAddressLike ( |
||
GetSymbolNameByAddress ( |
||
GetSymbolNameByAddressInRange ( |
||
GetWorkingDirectory ( ) : string | ||
IQToTorque ( int IQ, int rpm, int numberCylinders ) : int | ||
IsEDC16Partnumber ( string partnumber ) : bool | ||
PowerToTorque ( int power, int rpm ) : int | ||
StripNonAscii ( string input ) : string | ||
TorqueToIQ ( int torque, int rpm, int numberCylinders ) : int | ||
TorqueToPower ( int torque, int rpm ) : int | ||
TorqueToPowerkW ( int torque, int rpm ) : int | ||
UpdateChecksum ( string filename, bool verifyOnly ) : |
||
findSequence ( byte fileData, int offset, byte sequence, byte mask ) : int | ||
readdatafromfile ( string filename, int address, int length, EDCFileType type ) : byte[] | ||
readdatafromfileasint ( string filename, int address, int length, EDCFileType type ) : int[] | ||
reverseEndian ( byte retval ) : byte[] | ||
reverseEndian ( int retval ) : int[] | ||
savedatatobinary ( int address, int length, byte data, string filename, bool DoTransActionEntry, EDCFileType type ) : void | ||
savedatatobinary ( int address, int length, byte data, string filename, bool DoTransActionEntry, string note, EDCFileType type ) : void |
Méthode | Description | |
---|---|---|
CalculateEDC15PChecksum ( string filename, byte allBytes, bool verifyOnly, |
||
CalculateEDC15VMChecksum ( string filename, byte allBytes, bool verifyOnly, |
||
FindAscii ( byte allBytes, int start, int end, int length ) : string | ||
FindDigits ( byte allBytes, int start, int end, int length ) : string | ||
StripNonAsciiCapital ( string input ) : string | ||
StripNonDigit ( string input ) : string | ||
isDigit ( char c ) : bool | ||
isLetter ( char c ) : bool |
public DetermineFileType ( string fileName, bool isPrimaryFile ) : EDCFileType | ||
fileName | string | |
isPrimaryFile | bool | |
Résultat | EDCFileType |
public ExtractBoschPartnumber ( byte allBytes ) : string | ||
allBytes | byte | |
Résultat | string |
public GetCorrectionFactorForRpm ( int rpm, int numberCylinders ) : double | ||
rpm | int | |
numberCylinders | int | |
Résultat | double |
public GetParserForFile ( string filename, bool isPrimaryFile ) : |
||
filename | string | |
isPrimaryFile | bool | |
Résultat |
public GetSymbolAddressLike ( |
||
curSymbolCollection | ||
symbolname | string | |
Résultat | System.Int64 |
public GetSymbolNameByAddress ( |
||
address | ||
Résultat | string |
public GetSymbolNameByAddressInRange ( |
||
address | ||
addressTo | ||
Résultat | string |
public IQToTorque ( int IQ, int rpm, int numberCylinders ) : int | ||
IQ | int | |
rpm | int | |
numberCylinders | int | |
Résultat | int |
public IsEDC16Partnumber ( string partnumber ) : bool | ||
partnumber | string | |
Résultat | bool |
public PowerToTorque ( int power, int rpm ) : int | ||
power | int | |
rpm | int | |
Résultat | int |
public StripNonAscii ( string input ) : string | ||
input | string | |
Résultat | string |
public TorqueToIQ ( int torque, int rpm, int numberCylinders ) : int | ||
torque | int | |
rpm | int | |
numberCylinders | int | |
Résultat | int |
public TorqueToPower ( int torque, int rpm ) : int | ||
torque | int | |
rpm | int | |
Résultat | int |
public TorqueToPowerkW ( int torque, int rpm ) : int | ||
torque | int | |
rpm | int | |
Résultat | int |
public UpdateChecksum ( string filename, bool verifyOnly ) : |
||
filename | string | |
verifyOnly | bool | |
Résultat |
public findSequence ( byte fileData, int offset, byte sequence, byte mask ) : int | ||
fileData | byte | |
offset | int | |
sequence | byte | |
mask | byte | |
Résultat | int |
public readdatafromfile ( string filename, int address, int length, EDCFileType type ) : byte[] | ||
filename | string | |
address | int | |
length | int | |
type | EDCFileType | |
Résultat | byte[] |
public readdatafromfileasint ( string filename, int address, int length, EDCFileType type ) : int[] | ||
filename | string | |
address | int | |
length | int | |
type | EDCFileType | |
Résultat | int[] |
public reverseEndian ( byte retval ) : byte[] | ||
retval | byte | |
Résultat | byte[] |
public reverseEndian ( int retval ) : int[] | ||
retval | int | |
Résultat | int[] |
public savedatatobinary ( int address, int length, byte data, string filename, bool DoTransActionEntry, EDCFileType type ) : void | ||
address | int | |
length | int | |
data | byte | |
filename | string | |
DoTransActionEntry | bool | |
type | EDCFileType | |
Résultat | void |
public savedatatobinary ( int address, int length, byte data, string filename, bool DoTransActionEntry, string note, EDCFileType type ) : void | ||
address | int | |
length | int | |
data | byte | |
filename | string | |
DoTransActionEntry | bool | |
note | string | |
type | EDCFileType | |
Résultat | void |
public TransactionLog,VAGSuite m_ProjectTransactionLog | ||
Résultat |