/********************************************************************************************************************** * COPYRIGHT * ------------------------------------------------------------------------------------------------------------------- * \verbatim * * This software is copyright protected and proprietary to Vector Informatik GmbH. * Vector Informatik GmbH grants to you only those rights as set out in the license conditions. * All other rights remain with Vector Informatik GmbH. * \endverbatim * ------------------------------------------------------------------------------------------------------------------- * FILE DESCRIPTION * ------------------------------------------------------------------------------------------------------------------- * File: SchM_Fee.h * Config: CBD2200592_D00_demo.dpa * ECU-Project: CBD2200592_D00_demo * * Generator: MICROSAR RTE Generator Version 4.31.0 * RTE Core Version 4.31.0 * License: CBD2201205 * * Description: Header of BSW Scheduler for BSW Module *********************************************************************************************************************/ #ifndef SCHM_FEE_H # define SCHM_FEE_H # ifdef __cplusplus extern "C" { # endif /* __cplusplus */ # include "SchM_Fee_Type.h" # define FEE_START_SEC_CODE # include "MemMap.h" /* PRQA S 5087 */ /* MD_MSR_MemMap */ FUNC(void, FEE_CODE) Fee_MainFunction(void); /* PRQA S 3451, 3449 */ /* MD_Rte_3451, MD_Rte_3449 */ # define FEE_STOP_SEC_CODE # include "MemMap.h" /* PRQA S 5087 */ /* MD_MSR_MemMap */ # ifdef __cplusplus } /* extern "C" */ # endif /* __cplusplus */ #endif /* SCHM_FEE_H */ /********************************************************************************************************************** MISRA 2012 violations and justifications *********************************************************************************************************************/ /* module specific MISRA deviations: MD_Rte_3449: MISRA rule: Rule8.5 Reason: Schedulable entities are declared by the RTE and also by the BSW modules. Risk: No functional risk. Prevention: Not required. MD_Rte_3451: MISRA rule: Rule8.5 Reason: Schedulable entities are declared by the RTE and also by the BSW modules. Risk: No functional risk. Prevention: Not required. */