1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- #ifndef CMP_IP_CFG_H
- #define CMP_IP_CFG_H
-
- #ifdef __cplusplus
- extern "C"{
- #endif
-
- #include "StandardTypes.h"
- #include "Cmp_Ip_VS_0_PBcfg.h"
- #define CMP_IP_CFG_VENDOR_ID 43
- #define CMP_IP_CFG_AR_RELEASE_MAJOR_VERSION 4
- #define CMP_IP_CFG_AR_RELEASE_MINOR_VERSION 4
- #define CMP_IP_CFG_AR_RELEASE_REVISION_VERSION 0
- #define CMP_IP_CFG_SW_MAJOR_VERSION 1
- #define CMP_IP_CFG_SW_MINOR_VERSION 0
- #define CMP_IP_CFG_SW_PATCH_VERSION 0
- #ifndef DISABLE_MCAL_INTERMODULE_ASR_CHECK
- #if ((CMP_IP_CFG_AR_RELEASE_MAJOR_VERSION != STD_AR_RELEASE_MAJOR_VERSION) || \
- (CMP_IP_CFG_AR_RELEASE_MINOR_VERSION != STD_AR_RELEASE_MINOR_VERSION))
- #error "AutoSar Version Numbers of Cmp_Ip_Cfg.h and StandardTypes.h are different"
- #endif
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif
|