Determine whether an element in a signal list is contiguous
boolean_T gsl_TieWrap(SimStruct *S,SL_SigList *slist, int idx)
S
SimStruct representing an S-Function block.
slist
Signal list generated using
ssCallSigListCreateFcn
.
Index for an element within the signal list.
A boolean_T
indicating whether the element at the given index
in the signal list is contiguous.
Returns a Boolean indication of whether an element in a signal list is contiguous.
C, C++
See the S-function barplot.c
.