/********************************************************************************************************************** * 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 * ------------------------------------------------------------------------------------------------------------------- * LICENSE * ------------------------------------------------------------------------------------------------------------------- * Module: Dem * Program: MSR_Vector_SLP4 * Customer: Marelli Automotive Components (Wuhu) Co., Ltd. * Expiry Date: Not restricted * Ordered Derivat.: TC377TP * License Scope : The usage is restricted to CBD2201205_D03 * * ------------------------------------------------------------------------------------------------------------------- * FILE DESCRIPTION * ------------------------------------------------------------------------------------------------------------------- * File: Dem_PBcfg.c * Generation Time: 2023-10-23 09:18:12 * Project: CBD2200592_D00_demo - Version 1.0 * Delivery: CBD2201205_D03 * Tool Version: DaVinci Configurator Classic 5.26.35 SP2 * * *********************************************************************************************************************/ /* configuration, interrupt handling implementations differ from the * source identification define used here. The naming * schemes for those files can be taken from this list: * * Dem.c: DEM_SOURCE * Dem_Lcfg.c: DEM_LCFG_SOURCE * Dem_PBcfg.c: DEM_PBCFG_SOURCE */ #define DEM_PBCFG_SOURCE /********************************************************************************************************************** MISRA JUSTIFICATIONS **********************************************************************************************************************/ /* PRQA S 0810 EOF */ /* MD_MSR_1.1_810 */ /* #include "..." causes nesting to exceed 8 levels - program is non-conforming. -- caused by #include'd files. */ /* PRQA S 0828 EOF */ /* MD_MSR_1.1_828 */ /* Maximum '#if...' nesting exceeds 8 levels - program is non-conforming -- caused by #include'd files. */ /* PRQA S 0857 EOF */ /* MD_MSR_1.1_857 */ /* Number of macro definitions exceeds 1024 - program is non-conforming -- caused by #include'd files. */ /* PRQA S 0779 EOF */ /* MD_MSR_Rule5.2 */ /* Identifier does not differ in 32 significant characters. */ /* PRQA S 0612 EOF */ /* MD_DEM_1.1_612 */ /* The size of an object exceeds 32767 bytes - program is non-conforming -- caused by large user configration. */ /* PRQA S 0613 EOF */ /* MD_DEM_613 */ /* The size of an object exceeds 65535 bytes - program is non-conforming -- caused by large user configuration. */ /********************************************************************************************************************** INCLUDES **********************************************************************************************************************/ #include "Dem.h" #if (DEM_CFG_SUPPORT_J1939 == STD_ON) # include "J1939Nm.h" /* get: symbolic names for J1939Nm node IDs */ #endif /********************************************************************************************************************** LOCAL CONSTANT MACROS **********************************************************************************************************************/ /********************************************************************************************************************** LOCAL FUNCTION MACROS **********************************************************************************************************************/ /********************************************************************************************************************** LOCAL DATA TYPES AND STRUCTURES **********************************************************************************************************************/ /********************************************************************************************************************** LOCAL DATA PROTOTYPES **********************************************************************************************************************/ /********************************************************************************************************************** CONFIGURATION CLASS: POST_BUILD SECTION: LOCAL DATA PROTOTYPES **********************************************************************************************************************/ /********************************************************************************************************************** LOCAL DATA **********************************************************************************************************************/ /********************************************************************************************************************** CONFIGURATION CLASS: POST_BUILD SECTION: LOCAL DATA **********************************************************************************************************************/ /********************************************************************************************************************** GLOBAL DATA **********************************************************************************************************************/ /********************************************************************************************************************** CONFIGURATION CLASS: POST_BUILD SECTION: GLOBAL DATA **********************************************************************************************************************/ /********************************************************************************************************************** LOCAL FUNCTION PROTOTYPES **********************************************************************************************************************/ /********************************************************************************************************************** LOCAL FUNCTIONS **********************************************************************************************************************/ /********************************************************************************************************************** GLOBAL FUNCTIONS **********************************************************************************************************************/ /********************************************************************************************************************** CONFIGURATION CLASS: POST_BUILD SECTION: GLOBAL FUNCTIONS **********************************************************************************************************************/ /********************************************************************************************************************** END OF FILE: Dem_PBcfg.c [Vector, VARIANT-PRE-COMPILE, 23.05.00.153958] **********************************************************************************************************************/