| 123456789101112131415161718192021 |
- #ifndef I15765SID_FUNCTION_H_
- #define I15765SID_FUNCTION_H_
- extern uint8_t DiagnosticSessionType;
- //bootloader
- extern uint8_t DataFormatIdentifier;
- extern uint8_t addressAndLengthFormatIdentifier;
- extern uint32_t MemoryAddress;
- extern uint32_t MemorySize;
- void NegativeResponse(uint8_t sid,uint8_t NegativeResponseCode);
- void SID_11_function(i15765_t *msg);
- void SID_2E_function(i15765_t *msg);
- void SID_31_function(i15765_t *msg);
- void SID_34_function(i15765_t *msg);
- void SID_36_function(i15765_t *msg);
- void SID_37_function(i15765_t *msg);
- #endif
|