123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- #ifndef GPT_IPW_VS_0_PBCFG_H
- #define GPT_IPW_VS_0_PBCFG_H
- #ifdef __cplusplus
- extern "C"
- {
- #endif
-
- #include "Gpt_Ipw.h"
- #define GPT_IPW_VENDOR_ID_VS_0_PBCFG_H 43
- #define GPT_IPW_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_H 4
- #define GPT_IPW_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_H 4
- #define GPT_IPW_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_H 0
- #define GPT_IPW_SW_MAJOR_VERSION_VS_0_PBCFG_H 1
- #define GPT_IPW_SW_MINOR_VERSION_VS_0_PBCFG_H 0
- #define GPT_IPW_SW_PATCH_VERSION_VS_0_PBCFG_H 0
- #if (GPT_IPW_VENDOR_ID_VS_0_PBCFG_H != GPT_IPW_VENDOR_ID)
- #error "Gpt_Ipw_VS_0_PBcfg.h and Gpt_Ipw.h have different vendor ids"
- #endif
- #if ((GPT_IPW_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_H != GPT_IPW_AR_RELEASE_MAJOR_VERSION) || \
- (GPT_IPW_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_H != GPT_IPW_AR_RELEASE_MINOR_VERSION) || \
- (GPT_IPW_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_H != GPT_IPW_AR_RELEASE_REVISION_VERSION) \
- )
- #error "AutoSar Version Numbers of Gpt_Ipw_VS_0_PBcfg.h and Gpt_Ipw.h are different"
- #endif
- #if ((GPT_IPW_SW_MAJOR_VERSION_VS_0_PBCFG_H != GPT_IPW_SW_MAJOR_VERSION) || \
- (GPT_IPW_SW_MINOR_VERSION_VS_0_PBCFG_H != GPT_IPW_SW_MINOR_VERSION) || \
- (GPT_IPW_SW_PATCH_VERSION_VS_0_PBCFG_H != GPT_IPW_SW_PATCH_VERSION) \
- )
- #error "Software Version Numbers of Gpt_Ipw_VS_0_PBcfg.h and Gpt_Ipw.h are different"
- #endif
- extern Gpt_Ipw_HwInstanceConfigType Gpt_Ipw_HwInstanceConfig_PB_VS_0[2U];
- extern Gpt_Ipw_HwChannelConfigType Gpt_Ipw_ChannelConfig_PB_VS_0[2U];
- #ifdef __cplusplus
- }
- #endif
- #endif
|