Main Content

ssSetExternalModeFcn

Specify the external mode function for an S-function

Syntax

void ssSetExternalModeFcn(SimStruct *S, SFunExtModeFcn *fcn)

Arguments

S

SimStruct that represents an S-Function block or a Simulink® model.

fcn

External mode function.

Description

Specifies the external mode function for S. This macro is for internal use. User-written S-functions should not use the ssSetExternalModeFcn macro.

Languages

C, C++

Version History

Introduced before R2006a