Main Content

ssGetNumRWork

Get the size of a block's floating-point work vector

Syntax

int_T ssGetNumRWork(SimStruct *S)

Arguments

S

SimStruct that represents an S-Function block.

Returns

An int_T value indicating the size of the RWork vector.

Description

Use this macro in any routine except mdlInitializeSizes to obtain the size of the floating-point (real_T) work vector used by the block represented by S.

Languages

C, C++

Examples

See the S-function sfunmem.c used in sfcndemo_sfunmem.

Version History

Introduced before R2006a