Main Content
gsl_TieWrap
Determine whether an element in a signal list is contiguous
Syntax
boolean_T gsl_TieWrap(SimStruct *S,SL_SigList *slist, int idx)
Arguments
S
SimStruct that represents an S-Function block.
slist
Signal list generated using
ssCallSigListCreateFcn
.- idx
Index for an element within the signal list.
Returns
A boolean_T
indicating whether the element at the given index
in the signal list is contiguous.
Description
Returns a Boolean indication of whether an element in a signal list is contiguous.
Languages
C, C++
Examples
See the S-function barplot.c
.
See Also
Version History
Introduced in R2019a