Main Content
ssGetExplicitFCSSCtrl
Determine whether this S-function explicitly enables and disables the function-call subsystems that it invokes
Syntax
uint_T ssGetExplicitFCSSCtrl(SimStruct *S)
Arguments
S
SimStruct that represents an S-Function block.
Returns
The uint_T
1
if S
explicitly enables or disables the
function-control subsystem that it invokes. Otherwise, returns
0
.
Description
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.
Languages
C, C++
Version History
Introduced before R2006a