#ifndef __DEV_CAN_CALI_H #define __DEV_CAN_CALI_H #ifdef __cplusplus extern "C" { #endif #ifdef __DEV_CAN_CALI_H_GLOBAL #define __DEV_CAN_CALI_H_EXTERN #else #define __DEV_CAN_CALI_H_EXTERN extern #endif /************************************************************************************************ * Version * ************************************************************************************************/ /************************************************************************************************ * How to use * ************************************************************************************************/ /************************************************************************************************ * Enable config * ************************************************************************************************/ /************************************************************************************************ * Includes * ************************************************************************************************/ #include "can_interface.h" /************************************************************************************************ * Defines * ************************************************************************************************/ void can_cali_msg_analysis(pdu_tag rec_msg); /************************************************************************************************ * Defines * ************************************************************************************************/ #ifdef __cplusplus }; #endif #endif // __DEV_CAN_CALI_H