Source Insight解析AUTOSAR代码小Tips

对于汽车行业里的小伙伴,使用Source Insight看代码时是不是也遇到过对于一些协议栈里代码,在左侧导航栏,只能显示FUNC,无法显示接口名字,特别影响阅读体验,本篇就介绍一个小技巧来解决这个问题。
在这里插入图片描述
方法如下:
1.搜索c.tom文件(如果默认安装,一般位于:C:\Program Files (x86)\Source Insight 4.0)
2.如路径:C:\Users\用户名\Documents\Source Insight里没有c.tom。则从安装路径(上面提到的路径)里面拷贝一个到该路径下。
3.在文件末尾加上下面这些代码,然后重启Source Insight,再Project -> Rebuild Project 下就可以了

; AUTOSAR
FUNC(rettype, memclass) rettype
P2VAR(ptrtype, memclass, ptrclass) ptrtype *
P2CONST(ptrtype, memclass, ptrclass) const ptrtype *
CONSTP2VAR(ptrtype, memclass, ptrclass) ptrtype * const
CONSTP2CONST(ptrtype, memclass, ptrclass) const ptrtype * const
P2FUNC(rettype, ptrclass, fctname) rettype (*fctname)
CONST(consttype, memclass) const consttype
VAR(vartype, memclass) vartype
CONSTP2FUNC(rettype, ptrclass, fctname) rettype (* const fctname)
FUNC_P2CONST(rettype, ptrclass, memclass) const ptrclass rettype * memclass
FUNC_P2VAR(rettype, ptrclass, memclass) ptrclass rettype * memclass

4.如上操作完成后导航栏里即可完整显示接口名
在这里插入图片描述

评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Autosar汽车电子进阶

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值