Determine whether this S-function explicitly enables and disables the function-call subsystems that it invokes
uint_T ssGetExplicitFCSSCtrl(SimStruct *S)
S
SimStruct representing an S-Function block.
The uint_T
1
if S
explicitly enables or disables the
function-control subsystem that it invokes. Otherwise, returns
0
.
Use to determine if this S-function explicitly enables and disables the function-call subsystems that it invokes. See Implement Function-Call Subsystems with S-Functions for more information on interfacing S-functions and function-call subsystems.
C, C++