Обновление командировка
This commit is contained in:
parent
bdcabeb2f4
commit
b1fd85e2c5
|
|
@ -432,7 +432,7 @@ const eUds_ReadDataByIdentifier_22_com uds_ReadDataByIdentifier_22_com_F1[256] =
|
||||||
{&statusData.Application_SW_Fingerprint, sizeof(statusData.Application_SW_Fingerprint), "0xF184 : Application SW Fingerprint"},
|
{&statusData.Application_SW_Fingerprint, sizeof(statusData.Application_SW_Fingerprint), "0xF184 : Application SW Fingerprint"},
|
||||||
{NULL, 0, ""},
|
{NULL, 0, ""},
|
||||||
{&statusData.Status_Active_Diagnostic_Session, sizeof(statusData.Status_Active_Diagnostic_Session), "0xF186 : Active Diagnostic Session"},
|
{&statusData.Status_Active_Diagnostic_Session, sizeof(statusData.Status_Active_Diagnostic_Session), "0xF186 : Active Diagnostic Session"},
|
||||||
{NULL, 0, "0xF187 : Spare Part Number"},
|
{&statusData.Spare_Part_Number, sizeof(statusData.Spare_Part_Number), "0xF187 : Spare Part Number"},
|
||||||
{NULL, 0, ""},
|
{NULL, 0, ""},
|
||||||
{NULL, 0, ""},
|
{NULL, 0, ""},
|
||||||
{NULL, 0, ""},
|
{NULL, 0, ""},
|
||||||
|
|
|
||||||
|
|
@ -213,7 +213,7 @@ typedef struct __attribute__ ((packed)) {
|
||||||
//[0x01..0xFF] On; Inverse value: 0x01
|
//[0x01..0xFF] On; Inverse value: 0x01
|
||||||
|
|
||||||
typedef struct __attribute__ ((packed)) {
|
typedef struct __attribute__ ((packed)) {
|
||||||
uint16_t EMS_Chiller_Req;
|
uint8_t EMS_Chiller_Req;
|
||||||
} tStatus_EMS;
|
} tStatus_EMS;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue