Stateflow | ![]() ![]() |
Completely rebuild this target
Syntax
Description
The rebuildAll
method completely rebuilds this target with the following actions:
sfun
), a dynamic link library (sfun.dll
) is compiled from the generated code.
Arguments
thisTarget |
The Stateflow target to rebuild |
Returns
Example
If t
is a Target object, the command t.rebuildAll
completely rebuilds that target.
See Also
The methods build
, generate
, regenerateAll
, and make
![]() | pasteTo | regenerateAll | ![]() |