UDS_19Service_Internal.h 201 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 #ifndef __UDS_19SERVICE_INTERNA_H #define __UDS_19SERVICE_INTERNA_H #include "TYW_stdint.h" #include "UDS_Common.h" uint8_t getDTCCount(uint32_t DTC); uint32_t getDTCNumber(uint8_t DTCcount); #endif