Main Content

ssGetParentSS

Get the parent of a SimStruct

Syntax

SimStruct *ssGetParentSS(SimStruct *S)

Arguments

S

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

Returns

The parentSimStructofS, orNULLifSis the rootSimStruct.

Description

Use to obtain the parent of aSimStruct.

Note

There is oneSimStructfor each S-function in your model and one for the model itself. The structures are arranged as a tree with the modelSimStructas the root. This macro is for internal use. User-written S-functions should not use thessGetParentSSmacro.

语言

C, C++

See Also

ssGetRootSS

Version History

Introduced before R2006a