Technical data
Files
1-11
mdlwide.tlc, which contains all of the settings and parameter values that
control generic C code generation.
The set of system target files includes:
Block Target Files
Block target files are files that control a particular Simulink block. Typically,
there is a block target file for each Simulink basic building block. These files
control the generation of inline code for the particular block type. For example,
the target file,
gain.tlc, generates corresponding code for the Gain block.
Note: Functions declared inside a block file are local. Functions declared in
all other target files are global.
System Target File Purpose
grt.tlc
System target file for generic real-time code
generator
mdlwide.tlc
General C code target file provided by
The MathWorks
mdlhdr.tlc
Creates everything in the header file, model.h
mdlbody.tlc
Creates the source file, model.c
mdlreg.tlc
Creates the model registration file, model.reg
mdlparam.tlc
Creates the parameters file, model.prm