Methods View
When you select the Methods view, the "Contents" field displays the Methods tab. This tab contains the following columns:
Name
This column contains names and symbols of the methods, processes or runnables in the selected component.
Inlining
Note |
|---|
Can only be edited for methods and processes. |
Indicates whether the method code is inserted directly into the model code (Inlining, Compiler) or not (None), whether a method can be evaluated by the preprocessor (Preprocessor Evaluation), or whether the code generator decides, if and how the method/process is inlined (Automatic).
Use FPU
Note |
|---|
Only relevant for micro-controller targets. |
Indicates whether the Floating Point Unit registers of the target are used (activated) or not (deactivated).
Memory Location
Note |
|---|
Only relevant for micro-controller targets. |
Names the memory area in which the method/process is located. Possible values depend on the target selected in the associated project or default project.
Memory Segment
In a project context with an ASCET‑SE target, this column shows the selected memory segments. See the ASCET‑SE User Guide, chapter "Memory Segments", for more information.
See also