Main Content

ssCallExternalModeFcn

Invoke the external mode function for an S-function

Syntax

void ssCallExternalModeFcn(SimStruct *S, SFunExtModeFcn *fcn)

Arguments

S

SimStruct representing an S-Function block.

fcn

External mode function.

Returns

An error character vector on failure, andNULLif successful.

Description

Invokes the external mode function forS. This macro is for internal use. User-written S-functions should not use thessCallExternalModeFcnmacro.

语言

C, C++

Version History

Introduced before R2006a