File: D:\Documents\ProcessorSpecificCode\2006_11_xx_MATLAB_Central\models\proc_spec_code_28x\c28x_qsqrt_demo\c28x_qsqrt_et_c2000_rtw\c28x_qsqrt_et_private.h

    1   /*
    2    * File: c28x_qsqrt_et_private.h
    3    *
    4    * Real-Time Workshop code generated for Simulink model c28x_qsqrt_et.
    5    *
    6    * Model version                        : 1.132
    7    * Real-Time Workshop file version      : 6.5  (R2006b)  03-Aug-2006
    8    * Real-Time Workshop file generated on : Mon Nov 13 16:48:16 2006
    9    * TLC version                          : 6.5 (Aug  3 2006)
   10    * C source code generated on           : Mon Nov 13 16:48:21 2006
   11    */
   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"                    /* Signal Processing Blockset general run time support functions */
   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   /* Check for inclusion of an incorrect version of rtwtypes.h */
   44   #ifndef RTWTYPES_ID_C16S16I16L32N16F1
   45   #error This code was generated with a different "rtwtypes.h" than the file included
   46   #endif                                 /* RTWTYPES_ID_C16S16I16L32N16F1 */
   47   #endif                                 /* TMWTYPES_PREVIOUSLY_INCLUDED */
   48   #endif                                 /* __RTWTYPES_H__ */
   49   #endif                                 /* _RTW_HEADER_c28x_qsqrt_et_private_h_ */
   50   
   51   /* File trailer for Real-Time Workshop generated code.
   52    *
   53    * [EOF]
   54    */