Stateflow | ![]() ![]() |
Generate code incrementally for this target
Syntax
Description
The generate
method generates code incrementally for this target. If a complete code generation has already taken place, it performs an incremental generation for only those portions of the target corresponding to charts that have changed since the last code generation.
Arguments
thisTarget |
The target for which to generate code. |
Returns
Example
If t
is a Target object, the command t.generate
generates code for the Stateflow charts that have changed in the target's model since the last code generation.
See Also
The methods build
, rebuildAll
, regenerateAll
, and make
![]() | findShallow | get | ![]() |