Writing S-Functions | ![]() ![]() |
Determine whether a port has direct feedthrough.
C Syntax
int_T ssGetInputPortDirectFeedThrough(SimStruct *S, int_T port)
Ada Syntax
function ssGetInputPortDirectFeedThrough(S : in SimStruct; port : in Integer := 0) return Boolean;
Arguments
S
SimStruct representing an S-function block.
Description
Use in any routine (except mdlInitializeSizes)
to determine if an input port has direct feedthrough.
Languages
See Also
ssSetInputPortDirectFeedThrough
![]() | ssGetInputPortDimensions | ssGetInputPortFrameData | ![]() |