What is the difference between rtu and rtb varibles in auto code generation from simulink data?
15 views (last 30 days)
Show older comments
Dharaneedharan Arumugam
on 25 Mar 2021
Commented: Dharaneedharan Arumugam
on 26 Mar 2021
In autocode geenration, the variables are vrated with prefix rtu and rtb ,what does it mean exactly?
0 Comments
Accepted Answer
Jonas
on 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.
More Answers (0)
See Also
Categories
Find more on Simulink Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!