ssCallSigListDestroyFcn
Invoke the signal list destruction function for an S-function
Syntax
void ssCallSigListDestroyFcn(SimStruct *S,SL_SigList *slist)
Arguments
S
SimStruct representing 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++
Example
See the S-function barplot.c
.