Pointer parameter 'localDW' (line 667) could be declared as pointing to const
4 次查看(过去 30 天)
显示 更早的评论
Hello,
I am getting following MISRA error while compiling AUTOSAR code as follows:
Info 818: Pointer parameter 'localDW' (line 667) could be declared as pointing to const [MISRA 2012 Rule 8.13, advisory]
I am using Qued communication for particular output ports and in code it generated as follows:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/276061/image.png)
the same error is occuring for Low pass filter block which I m used in my model, the code generated for LPF
is as follows:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/276062/image.png)
Please help
Thanks and regards,
Namrata.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 AUTOSAR Blockset 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!