| Stateflow User's Guide | ![]() |
Code Generation and Build Methods
The following methods control parsing, code generation, and building of an simulation application.
| Method |
Description |
Objects |
build |
Build this target only for those portions of the target's charts that have changed since the last build (i.e., incrementally). See also the methods rebuildAll, generate, rebuildAll, and make. |
X |
generate |
Generate code for this target only for those portions of this target's charts that have changed since the last code generation (i.e., incrementally). See also the methods |
X |
getCodeFlag |
Return the value of the specified code flag for this target. |
X |
make |
Compile this target for only those portions of this target's charts that have changed since the last compile (i.e., incrementally). For a simulation target (sfun), a dynamic link library (sfun.dll) is compiled from the generated code.See also the methods build, rebuildAll, generate, and regenerateAll. |
X |
parse |
Parses all the charts in this machine (model) or just this chart. |
M C |
rebuildAll |
Completely rebuild this target. See also the methods build, generate, regenerateAll, and make. |
X |
regenerateAll |
Completely regenerate code for this target. See also the methods build, rebuildAll, generate, and make. |
X |
setCodeFlag |
Set the value of the specified code flag for this target. |
X |
| Code Generation and Target Building | Code Generation Properties | ![]() |
© 1994-2005 The MathWorks, Inc.