Update a run-time parameter that corresponds to a dialog parameter
void ssUpdateDlgParamAsRunTimeParam(SimStruct *S, int_T rtIdx)
S
SimStruct representing an S-Function block.
rtIdx
Index of the run-time parameter.
Use in mdlProcessParameters
to set the
value of the run-time parameter specified by rtIdx
to the current
value of its corresponding dialog parameter. Use ssRegDlgParamAsRunTimeParam
to
associate a dialog parameter with a run-time parameter. If necessary,
ssUpdateDlgParamAsRunTimeParam
converts the data type of the
dialog parameter value to the data type specified by dtId
, the
data type ID specified in ssRegDlgParamAsRunTimeParam
.
C, C++
See the S-function sfun_runtime3.c
used in sfcndemo_runtime
.