Writing S-Functions    
ssGetDataTypeSize

Get the size of a custom data type.

Syntax

Arguments

S
   SimStruct representing an S-Function block.

id
   ID of data type.

Description

Returns the size of the data type specified by id, if id is valid and the data type's size has been set. Otherwise, this macro returns INVALID_DTYPE_SIZE and reports an error.

Languages

C

Example

The following example gets the size of the int16 data type.

See Also
ssSetDataTypeSize


  ssGetDataTypeName ssGetDataTypeZero