VcuCanProtocolFunc.h 487 B

1234567891011121314
  1. /*
  2. * @Author : ChenJie
  3. * @Date : 2021-12-24 15:26:57
  4. * @Version : V3.0
  5. * @LastEditors : ChenJie
  6. * @LastEditTime : 2021-12-27 16:11:49
  7. * @Description : file content
  8. * @FilePath : \VehicleControl\VehicleControl\src\System\Vehicle\Communication\VcuCanProtocolFunc.h
  9. */
  10. #include "CanVar.h"
  11. void VcuDecodeFunction(UINT32 ID, UINT8 *rawData);
  12. void VcuRxDiagnose(void);
  13. void VcuRxMsgSetInvalidValue(UINT32 ID);
  14. void VcuEncodeFunction(UINT32 ID, UINT8 *rawData);