Boolean conditions in DRS of POlyspace code prover
1 回表示 (過去 30 日間)
古いコメントを表示
Shaku kaa
2016 年 9 月 19 日
回答済み: Alexandre De Barros
2016 年 9 月 20 日
i want to indiacate FALSE and TRUE for a constant/calibration in a Polyspace code prover's Data Range Specification... how to do it?
Thanks in Advance
0 件のコメント
採用された回答
Alexandre De Barros
2016 年 9 月 20 日
Hi,
the values TRUE and FALSE do not exist in the C language. They are probably defined to integer values in your application with some code like:
#define TRUE 1
#define FALSE 0
So you simply have to use the integer values in the DRS, instead of TRUE and FALSE.
Best regards,
Alexandre
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Options at Command Line Only についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!