Update the values of run-time parameters to be the same as those of the corresponding tunable dialog parameters
void ssUpdateAllTunableParamsAsRunTimeParams(SimStruct *S)
S
SimStruct representing an S-Function block.
Use this macro in the S-function's mdlProcessParameters
method
to update the values of all run-time parameters created by the
ssRegAllTunableParamsAsRunTimeParams
macro.
C, C++
See the S-function sfun_runtime1.c
used in sfcndemo_runtime
.