can_cali.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #ifndef __DEV_CAN_CALI_H
  2. #define __DEV_CAN_CALI_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #ifdef __DEV_CAN_CALI_H_GLOBAL
  7. #define __DEV_CAN_CALI_H_EXTERN
  8. #else
  9. #define __DEV_CAN_CALI_H_EXTERN extern
  10. #endif
  11. /************************************************************************************************
  12. * Version *
  13. ************************************************************************************************/
  14. /************************************************************************************************
  15. * How to use *
  16. ************************************************************************************************/
  17. /************************************************************************************************
  18. * Enable config *
  19. ************************************************************************************************/
  20. /************************************************************************************************
  21. * Includes *
  22. ************************************************************************************************/
  23. #include "can_interface.h"
  24. /************************************************************************************************
  25. * Defines *
  26. ************************************************************************************************/
  27. void can_cali_msg_analysis(pdu_tag rec_msg);
  28. /************************************************************************************************
  29. * Defines *
  30. ************************************************************************************************/
  31. #ifdef __cplusplus
  32. };
  33. #endif
  34. #endif // __DEV_CAN_CALI_H