Will Polyspace check code within a Simulink user-defined function block?
조회 수: 3 (최근 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에서 Bug Finder Analysis in Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!