Specify the number of parameters that an S-Function block has
int_T ssSetNumSFcnParams(SimStruct *S, int_T nSFcnParams)
S
SimStruct representing an S-Function block.
nSFcnParams
Number of parameters that S
has.
The number of parameters specified in nSFcnParams
.
Use in mdlInitializeSizes
to set the number of expected
S-function parameters.
C, C++
See the S-function stvdtf.c
used in sfcndemo_stvdtf
.