/********************************************************************************************************************** * 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: vSwUpdM * 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: vSwUpdM_PBcfg.h * 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 * * *********************************************************************************************************************/ #if !defined (VSWUPDM_PBCFG_H) # define VSWUPDM_PBCFG_H /********************************************************************************************************************** * MISRA JUSTIFICATION *********************************************************************************************************************/ /********************************************************************************************************************** INCLUDES **********************************************************************************************************************/ # include "ComStack_Types.h" /********************************************************************************************************************** GLOBAL CONSTANT MACROS **********************************************************************************************************************/ /********************************************************************************************************************** CONFIGURATION CLASS: POST_BUILD SECTION: GLOBAL CONSTANT MACROS **********************************************************************************************************************/ /** \defgroup vSwUpdMPBDataSwitches vSwUpdM Data Switches (POST_BUILD) \brief These defines are used to deactivate data and their processing. \{ */ #define VSWUPDM_PBCONFIG STD_OFF /**< Deactivateable: 'vSwUpdM_PBConfig' Reason: 'the module configuration is VARIANT_PRE_COMPILE.' */ #define VSWUPDM_LTCONFIGIDXOFPBCONFIG STD_OFF /**< Deactivateable: 'vSwUpdM_PBConfig.LTConfigIdx' Reason: 'the module configuration is VARIANT_PRE_COMPILE.' */ #define VSWUPDM_PCCONFIGIDXOFPBCONFIG STD_OFF /**< Deactivateable: 'vSwUpdM_PBConfig.PCConfigIdx' Reason: 'the module configuration is VARIANT_PRE_COMPILE.' */ /** \} */ /** \defgroup vSwUpdMPBIsReducedToDefineDefines vSwUpdM Is Reduced To Define Defines (POST_BUILD) \brief If all values in a CONST array or an element in a CONST array of structs are equal, the define is STD_ON else STD_OFF. \{ */ #define VSWUPDM_ISDEF_LTCONFIGIDXOFPBCONFIG STD_OFF #define VSWUPDM_ISDEF_PCCONFIGIDXOFPBCONFIG STD_OFF /** \} */ /** \defgroup vSwUpdMPBEqualsAlwaysToDefines vSwUpdM Equals Always To Defines (POST_BUILD) \brief If all values in a CONST array or an element in a CONST array of structs are equal, the define contains the always equals value. \{ */ #define VSWUPDM_EQ2_LTCONFIGIDXOFPBCONFIG #define VSWUPDM_EQ2_PCCONFIGIDXOFPBCONFIG /** \} */ /********************************************************************************************************************** GLOBAL FUNCTION MACROS **********************************************************************************************************************/ /** \defgroup DataAccessMacros Data Access Macros \brief generated data access macros to abstract the generated data from the code to read and write CONST or VAR data. \{ */ /* PRQA S 3453 Macros_3453 */ /* MD_MSR_FctLikeMacro */ /********************************************************************************************************************** CONFIGURATION CLASS: POST_BUILD SECTION: GLOBAL FUNCTION MACROS **********************************************************************************************************************/ /** \defgroup vSwUpdMPBGetRootDataMacros vSwUpdM Get Root Data Macros (POST_BUILD) \brief These macros are used to get data pointers of root data. \{ */ #define vSwUpdM_GetLTConfigIdxOfPBConfig() /**< Deactivateable: 'vSwUpdM_PBConfig.LTConfigIdx' Reason: 'the module configuration is VARIANT_PRE_COMPILE.' */ #define vSwUpdM_GetPCConfigIdxOfPBConfig() /**< Deactivateable: 'vSwUpdM_PBConfig.PCConfigIdx' Reason: 'the module configuration is VARIANT_PRE_COMPILE.' */ /** \} */ /** \defgroup vSwUpdMPBHasMacros vSwUpdM Has Macros (POST_BUILD) \brief These macros can be used to detect at runtime a deactivated piece of information. TRUE in the CONFIGURATION_VARIANT PRE-COMPILE, TRUE or FALSE in the CONFIGURATION_VARIANT POST-BUILD. \{ */ #define vSwUpdM_HasPBConfig() /**< Deactivateable: 'vSwUpdM_PBConfig' Reason: 'the module configuration is VARIANT_PRE_COMPILE.' */ #define vSwUpdM_HasLTConfigIdxOfPBConfig() /**< Deactivateable: 'vSwUpdM_PBConfig.LTConfigIdx' Reason: 'the module configuration is VARIANT_PRE_COMPILE.' */ #define vSwUpdM_HasPCConfigIdxOfPBConfig() /**< Deactivateable: 'vSwUpdM_PBConfig.PCConfigIdx' Reason: 'the module configuration is VARIANT_PRE_COMPILE.' */ /** \} */ /* PRQA L:Macros_3453 */ /** \} */ /********************************************************************************************************************** CONFIGURATION CLASS: POST_BUILD SECTION: GLOBAL ACCESS FUNCTION MACROS **********************************************************************************************************************/ /********************************************************************************************************************** GLOBAL DATA TYPES AND STRUCTURES *********************************************************************************************************************/ /********************************************************************************************************************** CONFIGURATION CLASS: POST_BUILD SECTION: GLOBAL SIMPLE DATA TYPES AND STRUCTURES **********************************************************************************************************************/ /** \defgroup vSwUpdMPBValueTypes vSwUpdM Value Types (POST_BUILD) \brief These type definitions are used for value based data representations. \{ */ /** \} */ /********************************************************************************************************************** CONFIGURATION CLASS: POST_BUILD SECTION: GLOBAL COMPLEX DATA TYPES AND STRUCTURES **********************************************************************************************************************/ /** \defgroup vSwUpdMPBRootValueTypes vSwUpdM Root Value Types (POST_BUILD) \brief These type definitions are used for value representations in root arrays. \{ */ /** \} */ /********************************************************************************************************************** GLOBAL DATA PROTOTYPES **********************************************************************************************************************/ /********************************************************************************************************************** CONFIGURATION CLASS: POST_BUILD SECTION: GLOBAL DATA PROTOTYPES **********************************************************************************************************************/ /********************************************************************************************************************** GLOBAL FUNCTION PROTOTYPES **********************************************************************************************************************/ /********************************************************************************************************************** CONFIGURATION CLASS: POST_BUILD SECTION: GLOBAL FUNCTION PROTOTYPES **********************************************************************************************************************/ /* end Fileversion check */ #endif /* VSWUPDM_PBCFG_H */ /********************************************************************************************************************** END OF FILE: vSwUpdM_PBcfg.h **********************************************************************************************************************/