Get the current size of dimension dIdx of input port pIdx
int_T ssGetCurrentInputPortDimensions(SimStruct *S,int_T pIdx, int_T dIdx)
S
SimStruct representing an S-Function block.
pIdx
Input port index being polled.
dIdx
Index of dimension being polled.
An int_T value indicating the size of dimension dIdx.
C, C++
See the S-function sfun_varsize_concat1D.c
.