Access user data
void *ssGetUserData(SimStruct *S)
S
SimStruct representing an S-Function block.
A pointer (void *
) to the S-function's user data.
Use to access the user data associated with this block. See ssSetUserData
for more
information on specifying user data.
C, C++
See the S-function sfun_multiport.c
used in sfcndemo_sfun_multiport
and the S-function sfun_runtime4.c
used in sfcndemo_runtime
.