ssGetDataTypeIsFxpFltApiCompat
Determine whether registered data type is supported by API for user-written fixed-point S-functions
Syntax
extern int ssGetDataTypeIsFxpFltApiCompat(SimStruct *S, DTypeId
dataTypeId)
Arguments
SSimStruct representing an S-function block.
dataTypeIdData type ID of the registered data type for which you want to determine compatibility with the API for user-written fixed-point S-functions.
Description
This function determines whether the registered data type is supported by the API for user-written fixed-point S-functions. The supported data types are all standard Simulink® data types, all fixed-point data types, and data type override data types.
Requirements
To use this function, you must include
fixedpoint.handfixedpoint.c. For more information, see Structure of the S-Function.To build an S-function that utilizes this function, you must compile it using the
mexfunction with-lfixedpointargument. For more information, see Create MEX Files.
Languages
C
TLC Functions
None. Checking for API-compatible data types is done in simulation. Checking for API-compatible data types is not supported in TLC.
Version History
Introduced before R2006a