photo

Nideesh Madhu


Last seen: 3年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
92,355
of 300,364

評判
0

コントリビューション
5 質問
0 回答

回答採用率
100.0%

獲得投票数
0

ランク
 of 20,934

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,407

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Question on MISRA C:2012- Rule 10.3 in polyspace code prover 2019a
Assuming that I have the following structure and enum: Code: typedef struct s{ unsigned int a:5; unsigned int b:1; un...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Polyspace codeprover doesnt give a warning for MISRA violation(MISRA C:2012, 19.2 - The union keyword should not be used)
We are enabling MISRA C:2012-all in polyspace code prover. We have unions declared in header files and created objects for that ...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Why Polyspace Code prover do not permit to check some MISRA rule ?
We usually do static analysis with polyspace code prover. We enabled MISRA check also but then found some of the rule are only ...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How to give data ranges to function parameters which are pointers
While running code prover I got so many Orange warnings and was trying to reduce them by giving data ranges to function input p...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Code Prover warning 'Illegally dereferenced pointer'
While running the code prover i got same Orange warning on many places in the code. For example in the function, void DD_XYZ_In...

4年以上 前 | 1 件の回答 | 0

1

回答