/** ****************************************************************************** * @file * @author * @version * @date * @brief * @function List: ****************************************************************************** * @attention * * *

© COPYRIGHT 2021

****************************************************************************** * @History: * @Author: * @Data: * @Version: */ #ifndef _CANTP_CBK_H_ #define _CANTP_CBK_H_ /******************************************************************************* * Includes *******************************************************************************/ #include "ComStack_Types.h" /******************************************************************************* * Prototypes of export functions *******************************************************************************/ extern void CanTp_RxIndication(PduIdType CanTpRxPduId, const PduInfoType* pCanTpRxPduPtr); extern void CanTp_TxConfirmation(PduIdType CanTpTxPduId); #endif