UDS_2EService_Main.h 959 Bytes
Newer Older
时昊's avatar
时昊 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
#ifndef __UDS_2ESERVICE_Main_H
#define __UDS_2ESERVICE_Main_H

#include "stdint.h"
#include "UDS_2EService_Filter.h"
#include "UDS_2EService_Internal.h"

void UDS_Service_2E_Indication(uint32_t A_TA_type, uint16_t A_Length, uint8_t A_Data[]);
void UDS_2EService_DID(void);
void UDS_2EService_DID_DFEC(void);
void UDS_2EService_DID_DFED(void);
void UDS_2EService_DID_DFEE(void);
void UDS_2EService_DID_DFEF(void);
void UDS_2EService_DID_F112(void);
void UDS_2EService_DID_F190(void);
void UDS_2EService_DID_F197(void);
void UDS_2EService_DID_F198(void);
void UDS_2EService_DID_F199(void);
void UDS_2EService_DID_F1A2(void);
void UDS_2EService_DID_F110(void);
void UDS_2EService_DID_F101(void);
李秉薇's avatar
李秉薇 committed
22
void UDS_2EService_DID_F102(void);
时昊's avatar
时昊 committed
23 24 25 26 27 28 29 30 31 32
void UDS_2EService_DID_7101(void);
void UDS_2EService_DID_7102(void);
void UDS_2EService_DID_7103(void);

uint32_t Get_7101_Value(void);
uint32_t Get_7102_Value(void);
uint8_t Get_7103_Value(void);
void Clear7103_Cbk(void);

#endif