Will Polyspace check code within a Simulink user-defined function block?
2 次查看(过去 30 天)
显示 更早的评论
In a user defined function block I am calling another function implemented as a basic system object. Will Polyspace check code in the user defined function block and the system object code that is called?
0 个评论
回答(1 个)
Anirban
2022-7-25
Polyspace checks for run-time errors, bugs and coding standard violations in C/C++ code. So, if you have user defined function blocks such as S-Function blocks (invoking C/C++ code), C Caller blocks or C Function blocks, Polyspace can analyze the code invoked from those blocks.
See:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Code Prover Analysis in Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!