47 lines
882 B
C
47 lines
882 B
C
// Generator version : v3.1
|
|
// DBC filename : CCU.dbc
|
|
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "dbccodeconf.h"
|
|
|
|
#include "candb.h"
|
|
|
|
typedef struct
|
|
{
|
|
TCU_R932_1_t TCU_R932_1;
|
|
ESC_04_t ESC_04;
|
|
TM_Stat_t TM_Stat;
|
|
VAU2_Msg2_t VAU2_Msg2;
|
|
BCM_VEH_STATE_t BCM_VEH_STATE;
|
|
BCM_Lock_CTR_t BCM_Lock_CTR;
|
|
VEH_VIN_t VEH_VIN;
|
|
SupplierTool_To_PTG_t SupplierTool_To_PTG;
|
|
Diag_To_PTG_t Diag_To_PTG;
|
|
Diag_Functional_t Diag_Functional;
|
|
} ptg_candb_rx_t;
|
|
|
|
typedef struct
|
|
{
|
|
PTG_Body_Stat_t PTG_Body_Stat;
|
|
PTG_To_SupplierTool_t PTG_To_SupplierTool;
|
|
Diag_From_PTG_t Diag_From_PTG;
|
|
} ptg_candb_tx_t;
|
|
|
|
uint32_t ptg_candb_Receive(ptg_candb_rx_t* m, const uint8_t* d, uint32_t msgid, uint8_t dlc);
|
|
|
|
#ifdef __DEF_PTG_CANDB__
|
|
|
|
extern ptg_candb_rx_t ptg_candb_rx;
|
|
|
|
extern ptg_candb_tx_t ptg_candb_tx;
|
|
|
|
#endif // __DEF_PTG_CANDB__
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|