Can the Error for "Potential conflicting usages of identifier" be turned off?
2 次查看(过去 30 天)
显示 更早的评论
I am creating an interface to generate code for a target that has a preexisting API, where the get and set functions are defined as value = get(variable); and set(variable,value); I have created a custom storage class and associated tlc to generate this; when I try to generate code it triggers the error "Potential conflicting usages of identifier", it is not a conflict, the function call is the same for all signals, but it has different parameters, how do I turn the error off?
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Model Configuration Set Customization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!