| Writing S-Functions | ![]() |
Register all tunable parameters as run-time parameters.
Syntax
void ssRegAllTunableParamsAsRunTimeParams(S, const char_T *names[]))
Arguments
S
SimStruct representing an S-function block.
Description
Use this function in mdlSetWorkWidths to register all tunable dialog parameters as run-time parameters. Specify the names of the run-time versions of the parameters in the names array.
Note
Simulink assumes that the names array is always available. Therefore, you must allocate the names array in such a way that it persists throughout the simulation.
|
You can register dialog parameters individually as run-time parameters, using ssSetNumRunTimeParameters and ssSetRunTimeParamInfo.
Languages
See Also
mdlSetWorkWidths, ssSetNumRunTimeParameters, ssSetRunTimeParamInfo
| ssPrintf | ssRegisterDataType | ![]() |