Writing S-Functions | ![]() ![]() |
Specify that an output port is issuing a function call.
Syntax
ssSetCallSystemOutput(SimStruct *S, port_index)
Arguments
S
SimStruct representing an S-function block or a Simulink model.
Description
Use in mdlInitializeSampleTimes
to specify that the output port element specified by index
is issuing a function call by using ssCallSystemWithTid(S,
index,tid
)
. The index
specified starts at 0 and must be less than ssGetOutputPortWidth(S,0)
.
Languages
See Also
![]() | ssRegisterDataType | ssSetDataTypeSize | ![]() |