What is the difference between rtu and rtb varibles in auto code generation from simulink data?
18 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Dharaneedharan Arumugam
le 25 Mar 2021
Commenté : Dharaneedharan Arumugam
le 26 Mar 2021
In autocode geenration, the variables are vrated with prefix rtu and rtb ,what does it mean exactly?
0 commentaires
Réponse acceptée
Jonas
le 25 Mar 2021
By default, local block output variables are appended with the prefix 'rtb_'. This setting can be changed in the Configuration Parameters > Code Generation > Identifiers.
External inputs are appended with the prefix 'rtu_', but I think it depends on the Storage Class as well.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Simulink Coder 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!