46 lines
923 B
C
46 lines
923 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
|
|
{
|
|
VAU2_NFC_TransferState_t VAU2_NFC_TransferState;
|
|
VAU2_Msg1_t VAU2_Msg1;
|
|
BCM_EEM_t BCM_EEM;
|
|
VAU2_Msg2_t VAU2_Msg2;
|
|
BCM_VEH_STATE_t BCM_VEH_STATE;
|
|
VEH_VIN_t VEH_VIN;
|
|
LTE_Sum_State2_t LTE_Sum_State2;
|
|
FIU_WChF_TransferState_t FIU_WChF_TransferState;
|
|
Diag_Functional_t Diag_Functional;
|
|
} wch_candb_rx_t;
|
|
|
|
typedef struct
|
|
{
|
|
WChF_NFC_VAU_Transfer_State_t WChF_NFC_VAU_Transfer_State;
|
|
WChF_Status_t WChF_Status;
|
|
WChF_FIU_TransferState_t WChF_FIU_TransferState;
|
|
} wch_candb_tx_t;
|
|
|
|
uint32_t wch_candb_Receive(wch_candb_rx_t* m, const uint8_t* d, uint32_t msgid, uint8_t dlc);
|
|
|
|
#ifdef __DEF_WCH_CANDB__
|
|
|
|
extern wch_candb_rx_t wch_candb_rx;
|
|
|
|
extern wch_candb_tx_t wch_candb_tx;
|
|
|
|
#endif // __DEF_WCH_CANDB__
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|