| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Simulink Fixed Point |
| Contents | Index |
extern int ssGetDataTypeFxpContainWordLen (SimStruct *S,
DTypeId dataTypeId)
SimStruct representing an S-function block.
Data type ID of the registered data type for which you want to know the container word length.
This function returns the word length, in bits, of the storage container of the fixed-point data type designated by dataTypeId. This function does not return the size of the storage container or the word length of the data type. To get the storage container size, use ssGetDataTypeStorageContainerSize. To get the data type word length, use ssGetDataTypeFxpWordLength.
To use this function, you must include fixedpoint.h and fixedpoint.c. For more information, see Structure of the S-Function.
C
An sfix24_En10 data type has a word length of 24, but is actually stored in 32 bits during simulation. For this signal,
ssGetDataTypeFxpContainWordLen returns 32, which is the storage container word length in bits.
ssGetDataTypeFxpWordLength returns 24, which is the data type word length in bits.
ssGetDataTypeStorageContainerSize or sizeof( ) returns 4, which is the storage container size in bytes.
FixPt_DataTypeFxpContainWordLen
ssGetDataTypeFxpWordLength, ssGetDataTypeStorageContainCat, ssGetDataTypeStorageContainerSize

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2010- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |