Boolean conditions in DRS of POlyspace code prover
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Shaku kaa
am 19 Sep. 2016
Beantwortet: Alexandre De Barros
am 20 Sep. 2016
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 Kommentare
Akzeptierte Antwort
Alexandre De Barros
am 20 Sep. 2016
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Options at Command Line Only finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!