Specify that an output port is issuing a function call
void ssSetCallSystemOutput(SimStruct *S, int_T element_index)
S
SimStruct representing an S-Function block.
element_index
Index of the element of the first output port that is issuing a function call.
Use in mdlInitializeSampleTimes
to specify that the output port
element specified by element_index
is issuing a function
call by using
.
The ssCallSystemWithTid
(S,index,tid
)index
specified starts at 0
and
must be less than
. See Implement Function-Call Subsystems with S-Functions for more information.ssGetOutputPortWidth
(S,0)
C, C++
See the S-function sfun_fcncall.c
.