Technical data
3 
Writing Target Language Files
3-4
Clicking the Build button generates the .rtw file, basic.rtw, and executes the 
system target file, 
basic.tlc with the –v option, that is specified under Code 
generation. The structure of 
basic.rtw is:
CompiledModel {
 Name "basic"
 Version "1.85 (Oct, 30 1996)"
 GeneratedOn "Tue Mar 18 09:53:17 1997"
 Solver FixedStepDiscrete
 SolverType FixedStep
 StartTime 0
 StopTime 10
 FixedStepOpts {
 FixedStep 0.2
 }
.
.
.
NumModelInputs 0
 NumModelOutputs 1
 NumNonVirtBlocksInModel 0
 DirectFeedthrough no
 NumContStates 0
 NumDiscStates 0
.
.
.
BlockOutputs {
 NumBlockOutputs 2
 BlockOutput {
.
.
.
System {
 Type root
 Name "<root>"
.
.
.
}










