/******************************************************************************* ** KPIT Technologies Limited ** ** ** ** KPIT Technologies Limited owns all the rights to this work. This ** ** work shall not be copied, reproduced, used, modified or its information ** ** disclosed without the prior written authorization of KPIT Technologies ** ** Limited. ** ** ** ** MODULE : DiagM ** ** ** ** TARGET : All ** ** ** ** PURPOSE : Stub for Application ** ** ** ** PLATFORM DEPENDANT [yes/no]: no ** ** ** ** TO BE CHANGED BY USER [yes/no]: no ** ** ** *******************************************************************************/ /******************************************************************************* ** Revision History ** ******************************************************************************** ** Revision Date Changed By Description ** *******************************************************************************/ /******************************************************************************* ** Input File ** *******************************************************************************/ /* MULTIPLE INCLUSION PROTECTION */ #ifndef DIAGM_H #define DIAGM_H /******************************************************************************* ** Include Section ** *******************************************************************************/ /******************************************************************************* ** Version Information ** *******************************************************************************/ /* AUTOSAR SPECIFICATION VERSION INFORMATION */ /* SOFTWARE VERSION INFORMATION */ /* COMPATIBLE WITH C and C++ languages */ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /******************************************************************************* ** RTE #DEFINES USED FOR INITIALISATION OF GLOBAL VARIABLES ** *******************************************************************************/ /******************************************************************************* ** Global Data ** *******************************************************************************/ /******************************************************************************* ** Macros for Exclusive Areas ** *******************************************************************************/ /******************************************************************************* ** Prototypes for BswSchedulable entities ** *******************************************************************************/ /******************************************************************************* ** Prototypes for BSW API ** *******************************************************************************/ extern uint8 DiagM_ucSachnummer[20]; extern uint8 DiagM_ucScheinwerferDaten[16]; /* COMPATIBLE WITH C and C++ languages */ #ifdef __cplusplus } /* extern "C" */ #endif /* __cplusplus */ #endif /******************************************************************************* ** END OF FILE ** *******************************************************************************/