Get the first region of an element in a signal list
SL_SigRegion * gsl_FirstReg(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.
The first region of the element at the given index in the signal list.
Returns the first region in the element at the given index in the signal list.
C, C++
See the S-function barplot.c
.