123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- #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
|