i15765sid_function.h 555 B

123456789101112131415161718192021
  1. #ifndef I15765SID_FUNCTION_H_
  2. #define I15765SID_FUNCTION_H_
  3. extern uint8_t DiagnosticSessionType;
  4. //bootloader
  5. extern uint8_t DataFormatIdentifier;
  6. extern uint8_t addressAndLengthFormatIdentifier;
  7. extern uint32_t MemoryAddress;
  8. extern uint32_t MemorySize;
  9. void NegativeResponse(uint8_t sid,uint8_t NegativeResponseCode);
  10. void SID_11_function(i15765_t *msg);
  11. void SID_2E_function(i15765_t *msg);
  12. void SID_31_function(i15765_t *msg);
  13. void SID_34_function(i15765_t *msg);
  14. void SID_36_function(i15765_t *msg);
  15. void SID_37_function(i15765_t *msg);
  16. #endif