What is the difference between rtu and rtb varibles in auto code generation from simulink data?
    10 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Dharaneedharan Arumugam
 am 25 Mär. 2021
  
    
    
    
    
    Kommentiert: Dharaneedharan Arumugam
 am 26 Mär. 2021
            In autocode geenration, the variables are vrated with prefix rtu and rtb ,what does it mean exactly?
0 Kommentare
Akzeptierte Antwort
  Jonas
      
 am 25 Mär. 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.
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Reporting and Database Access finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!