1
12 #ifndef _RTW_HEADER_c28x_qsqrt_et_private_h_
13 #define _RTW_HEADER_c28x_qsqrt_et_private_h_
14 #include "rtwtypes.h"
15 #include "dsp_rt.h"
16 #ifndef UCHAR_MAX
17 #include <limits.h>
18 #endif
19
20 #if ( UCHAR_MAX != (0xFFFFU) ) || ( SCHAR_MAX != (0x7FFF) )
21 #error Code was generated for compiler with different sized uchar/char. Consider adjusting Emulation Hardware word size settings on the Hardware Implementation pane to match your compiler word sizes as defined in the compilers limits.h header file.
22 #endif
23
24 #if ( USHRT_MAX != (0xFFFFU) ) || ( SHRT_MAX != (0x7FFF) )
25 #error Code was generated for compiler with different sized ushort/short. Consider adjusting Emulation Hardware word size settings on the Hardware Implementation pane to match your compiler word sizes as defined in the compilers limits.h header file.
26 #endif
27
28 #if ( UINT_MAX != (0xFFFFU) ) || ( INT_MAX != (0x7FFF) )
29 #error Code was generated for compiler with different sized uint/int. Consider adjusting Emulation Hardware word size settings on the Hardware Implementation pane to match your compiler word sizes as defined in the compilers limits.h header file.
30 #endif
31
32 #if ( ULONG_MAX != (0xFFFFFFFFUL) ) || ( LONG_MAX != (0x7FFFFFFFL) )
33 #error Code was generated for compiler with different sized ulong/long. Consider adjusting Emulation Hardware word size settings on the Hardware Implementation pane to match your compiler word sizes as defined in the compilers limits.h header file.
34 #endif
35
36 #ifndef __RTWTYPES_H__
37 #error This file requires rtwtypes.h to be included
38 #else
39 #ifdef TMWTYPES_PREVIOUSLY_INCLUDED
40 #error This file requires rtwtypes.h to be included before tmwtypes.h
41 #else
42
43
44 #ifndef RTWTYPES_ID_C16S16I16L32N16F1
45 #error This code was generated with a different "rtwtypes.h" than the file included
46 #endif
47 #endif
48 #endif
49 #endif
50
51
|