37 lines
662 B
C
37 lines
662 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
|
|
{
|
|
BCM_VEH_STATE_t BCM_VEH_STATE;
|
|
BCM_Veh_State2_t BCM_Veh_State2;
|
|
CCU_Stat2_t CCU_Stat2;
|
|
CCU_Stat3_t CCU_Stat3;
|
|
VEH_VIN_t VEH_VIN;
|
|
DW_STATE_t DW_STATE;
|
|
Diag_Functional_t Diag_Functional;
|
|
} ethsw_candb_rx_t;
|
|
|
|
// There is no any TX mapped massage.
|
|
|
|
uint32_t ethsw_candb_Receive(ethsw_candb_rx_t* m, const uint8_t* d, uint32_t msgid, uint8_t dlc);
|
|
|
|
#ifdef __DEF_ETHSW_CANDB__
|
|
|
|
extern ethsw_candb_rx_t ethsw_candb_rx;
|
|
|
|
#endif // __DEF_ETHSW_CANDB__
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|