Determine whether registered data type is supported by API for user-written fixed-point S-functions
extern int ssGetDataTypeIsFxpFltApiCompat(SimStruct *S, DTypeId dataTypeId)
S
SimStruct representing an S-function block.
dataTypeId
Data type ID of the registered data type for which you want to determine compatibility with the API for user-written fixed-point S-functions.
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.
To use this function, you must include fixedpoint.h
and
fixedpoint.c
. For more information, see Structure of the S-Function.
C
None. Checking for API-compatible data types is done in simulation. Checking for API-compatible data types is not supported in TLC.