ssFxpSetU32BitRegionCompliant
Declare compliance with the U32 bit region interface for fixed-point data types with 33 or more bits
The
ssFxpSetU32BitRegionCompliant function can be ignored.
This function no longer has any impact on the memory layout for inputs and
outputs. The memory layout introduced in R2008a is always used.
Syntax
extern ssFxpSetU32BitRegionCompliant(SimStruct *S,
int Value)
Arguments
SSimStructrepresenting an S-function block.Value1declare compliance with memory footprint for fixed-point data types with 33 or more bits.
Description
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
See Also
Version History
Introduced in R2009a