Get the size of a block's integer work vector
int_T ssGetNumIWork(SimStruct *S)
S
SimStruct representing an S-Function block.
An int_T
value indicating the size of the IWork vector.
Use this macro in any routine except mdlInitializeSizes
to
obtain the size of the integer (int_T
) work vector used by the
block represented by S
.
C, C++