Register the method to handle dimensions mode propagation for each input port.
void ssRegMdlSetInputPortDimensionsModeFcn(SimStruct *S, mdlSetInputPortDimensionsModeFcn fcn)
S
SimStruct representing an S-Function block.
fcn
Function pointer corresponding to the function being registered.
No return value.
Use this function in mdlInitializeSizes to register the input port dimensions mode propagation method.
C, C++
See the S-function sfun_varsize_holdStatesUntilReset.c
.