Real-Time Workshop User's Guide | ![]() ![]() |
Model Parameter Configuration
The Model Parameter Configuration dialog provides a mechanism for interfacing your model's block parameters to code that you have written. This is useful in situations where you want your hand-written code to change parameter values while the generated program executes.
Read Parameters: Storage, Interfacing, and Tuning to learn about general parameter storage concepts and the Model Parameter Configuration dialog.
Using the Model Parameter Configuration dialog does not differ greatly between between Ada and other target languages such as C. However, you should note the following Ada-specific differences:
ImportedExtern
option. This field is ignored in all other cases.ImportedExtern
variables are assumed to be declared in the package specification entered in the Storage Type Qualifier field. The generated code accesses this variable as Your_Package.Your_variable
.ImportedExternPointer
storage class is not permitted in Ada.![]() | Configuring and Interfacing Parameters and Signals | Signal Properties | ![]() |