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!