教你如何阅读Autosar代码(6):常量变量定义

本文详细介绍了Autosar代码中CONST和VAR的使用,包括CONST的类型与常量分类,以及VAR的变量类型和分类。文章通过讲解编译器抽象如何为CONST和VAR宏定义,帮助读者更好地理解和阅读Autosar代码。
摘要由CSDN通过智能技术生成

目录

1 CONST

2 VAR


前往《Autosar深入理解-总目录》
前往《教你如何阅读Autosar代码-总目录》

1 CONST

/* CONST macro for the declaration and definition of constants
   type        type of the constant
   memclass    classification of the constant itself
 */
# define CONST(type, memclass) const type

type:常量的类型;

memclass:常量本身的分类;

编译器抽象应该为常量的声明和定义定义CONST宏。

2 VAR

/* VAR macro for the declaration and definition of variables
   vartype        
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值