Will Polyspace check code within a Simulink user-defined function block?
Ältere Kommentare anzeigen
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?
Antworten (1)
Anirban
am 25 Jul. 2022
0 Stimmen
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:
Kategorien
Mehr zu Bug Finder Analysis in Simulink finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!