Can the Error for "Potential conflicting usages of identifier" be turned off?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
David Remba Uribe
le 19 Juin 2015
Réponse apportée : Drew Davis
le 22 Juin 2015
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 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Model Configuration Set Customization dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!