Stateflow | ![]() ![]() |
See also Deployment Properties.
For a key to the abbreviations for object types in the Object column, see Reference Table Column Descriptions.
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 |
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 |
![]() | Behavioral Methods | Utility and Convenience Methods | ![]() |