KeyConversionItem structure.
More...
|
bool | fEnabled |
|
unsigned char | LDS_Key |
|
char | LDS_KeyStr [LDS_KeyStrMaxLen] |
|
char * | LDS_Name |
|
char | UDS_KeyStr [UDS_KeyStrMaxLen] |
|
unsigned char | UDS_Key [16] |
|
char * | UDS_Name |
|
CKeyConversionItem provides the information on the major parameters of LDS/UDS mapping.
- fEnabled; Enable/Disable conversion. This value is specified in the xml configuration file.
- LDS_Key; 1 byte LDS key (Tag).
- LDS_KeyStr[4]; LDS key ASCII string. ASCII string representation of the key.
- LDS_Name; LDS key name. ASCII string representation name, as defined in EG0601 spec.
- UDS_KeyStr[48]; UDS key ASCII string. ASCII string representation of the key.
- UDS_Key[16]; UDS key 16 bytes array.
- UDS_Name; UDS key name. ASCII string representation name, as defined in EG0601 spec.