Main Content
ssCallSigListDestroyFcn
Invoke the signal list destruction function for an S-function
Syntax
void ssCallSigListDestroyFcn(SimStruct *S,SL_SigList *slist)
Arguments
S
SimStruct that represents an S-Function block.
slist
List of signals that correspond to a given set of ports.
Description
Frees a signal list created with the ssCallSigListCreateFcn
function.
Languages
C, C++
Examples
See the S-function barplot.c
.
See Also
Version History
Introduced in R2019a