BcuCanProtocolFunc.h 488 B

1234567891011121314
  1. /*
  2. * @Author : ChenJie
  3. * @Date : 2021-12-22 17:09:09
  4. * @Version : V3.0
  5. * @LastEditors : ChenJie
  6. * @LastEditTime : 2021-12-27 16:10:50
  7. * @Description : file content
  8. * @FilePath : \VehicleControl\VehicleControl\src\System\Vehicle\Communication\BcuCanProtocolFunc.h
  9. */
  10. #include "CanVar.h"
  11. void BcuDecodeFunction(UINT32 ID, UINT8 *rawData);
  12. void BcuRxDiagnose(void);
  13. void BcuRxMsgSetInvalidValue(UINT32 ID);
  14. void BcuEncodeFunction(UINT32 ID, UINT8 *rawData);