ssGetDataTypeIsFloatingPoint
Determine whether registered data type is floating-point data type
Syntax
extern int ssGetDataTypeIsFloatingPoint (SimStruct *S, DTypeId
dataTypeId)
Arguments
SSimStruct representing an S-function block.
dataTypeIdData type ID of the registered data type for which you want to know whether it is floating-point.
Description
This function determines whether a registered data type is
single or double:
If the registered data type is either
singleordouble, this function returnsTRUE, andFALSEis returned otherwise.If the registered data type is
ScaledDouble, this function returnsFALSE.
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
FixPt_DataTypeIsFloatingPoint
See Also
Version History
Introduced before R2006a