41 lines
786 B
C
41 lines
786 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_StyleCmd1_t BCM_StyleCmd1;
|
|
VEH_VIN_t VEH_VIN;
|
|
BCM_StyleCmd2_t BCM_StyleCmd2;
|
|
BCM_StyleCmd3_t BCM_StyleCmd3;
|
|
Diag_To_RB_pSilCU_t Diag_To_RB_pSilCU;
|
|
} rb_psilcu_candb_rx_t;
|
|
|
|
typedef struct
|
|
{
|
|
RB_pSilCU_State_t RB_pSilCU_State;
|
|
Diag_From_RB_pSilCU_t Diag_From_RB_pSilCU;
|
|
} rb_psilcu_candb_tx_t;
|
|
|
|
uint32_t rb_psilcu_candb_Receive(rb_psilcu_candb_rx_t* m, const uint8_t* d, uint32_t msgid, uint8_t dlc);
|
|
|
|
#ifdef __DEF_RB_PSILCU_CANDB__
|
|
|
|
extern rb_psilcu_candb_rx_t rb_psilcu_candb_rx;
|
|
|
|
extern rb_psilcu_candb_tx_t rb_psilcu_candb_tx;
|
|
|
|
#endif // __DEF_RB_PSILCU_CANDB__
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|