Main Content
ssSetCallSystemOutput
Specify that an output port is issuing a function call
Syntax
void ssSetCallSystemOutput(SimStruct *S, int_T element_index)
Arguments
S
SimStruct that represents an S-Function block.
element_index
Index of the element of the first output port that is issuing a function call.
Description
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)
Languages
C, C++
Examples
See the S-function sfun_fcncall.c
.
See Also
Version History
Introduced before R2006a