/******************************************************************************* ** 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 : SensM.h ** ** ** ** TARGET : All ** ** ** ** PURPOSE : Stub for Application ** ** ** ** PLATFORM DEPENDANT [yes/no]: no ** ** ** ** TO BE CHANGED BY USER [yes/no]: no ** ** ** *******************************************************************************/ /******************************************************************************* ** Revision History ** ******************************************************************************** ** Revision Date By Description ** ******************************************************************************** ** 1.0.0 16-Nov-2019 KPIT Initial Version ** *******************************************************************************/ /* MULTIPLE INCLUSION PROTECTION */ #ifndef SENSM_H #define SENSM_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 Variables ** *******************************************************************************/ /******************************************************************************* ** Macros for Exclusive Areas ** *******************************************************************************/ /******************************************************************************* ** Prototypes for BswSchedulable entities ** *******************************************************************************/ /******************************************************************************* ** Prototypes for BSW API ** *******************************************************************************/ extern uint8 SensM_ucMemoryBinningClass[34]; /* COMPATIBLE WITH C and C++ languages */ #ifdef __cplusplus } /* extern "C" */ #endif /* __cplusplus */ #endif /******************************************************************************* ** END OF FILE ** *******************************************************************************/