Main Content
ssCallExternalModeFcn
Invoke the external mode function for an S-function
Syntax
void ssCallExternalModeFcn(SimStruct *S, SFunExtModeFcn *fcn)
Arguments
S
SimStruct that represents an S-Function block.
fcn
External mode function.
Returns
An error character vector on failure, and NULL
if
successful.
Description
Invokes the external mode function for S
. This macro is for
internal use. User-written S-functions should not use the
ssCallExternalModeFcn
macro.
Languages
C, C++
See Also
Version History
Introduced before R2006a