Real-Time Workshop | ![]() ![]() |
The real-time code format (corresponding to the generic real-time target) is useful for rapid prototyping applications. If you want to generate real-time code while iterating model parameters rapidly, you should begin the design process with the generic real-time target. The real-time code format supports:
For more information on inlining S-functions, see the Target Language Compiler Reference Guide.
The real-time code format declares memory statically, that is, at compile time.
Unsupported Blocks
The real-time format does not support the following built-in blocks:
System Target Files
drt.tlc
-- DOS real-time target
grt.tlc
-- Generic real-time target
osek_leo.tlc
-- Lynx-Embedded OSEK target (example only)
rsim.tlc
-- Rapid simulation target
tornado.tlc
-- Tornado (VxWorks) real-time target
Template Makefiles
drt.tmf
grt
grt_bc.tmf
-- Borland C
grt_vc.tmf
-- Visual C
grt_watc.tmf
-- Watcom C
grt_lcc.tmf
-- LCC compiler
grt_unix.tmf
-- UNIX host
osek_leo.tmf
rsim
rsim_bc.tmf
-- Borland C
rsim_vc.tmf
-- Visual C
rsim_watc.tmf
-- Watcom C
rsim_lcc.tmf
-- LCC compiler
rsim_unix.tmf
-- UNIX host
ornado.tmf
win_wat
c.tmf
![]() | Choosing a Code Format for Your Application | Real-Time malloc Code Format | ![]() |