BCU_private.h 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /*
  2. * File: BCU_private.h
  3. *
  4. * Code generated for Simulink model 'BCU'.
  5. *
  6. * Model version : 1.13
  7. * Simulink Coder version : 9.4 (R2020b) 29-Jul-2020
  8. * C/C++ source code generated on : Thu Aug 12 17:54:42 2021
  9. *
  10. * Target selection: ert.tlc
  11. * Embedded hardware selection: Intel->x86-64 (Windows64)
  12. * Code generation objectives: Unspecified
  13. * Validation result: Not run
  14. */
  15. #ifndef RTW_HEADER_BCU_private_h_
  16. #define RTW_HEADER_BCU_private_h_
  17. #include "rtwtypes.h"
  18. #ifndef UCHAR_MAX
  19. #include <limits.h>
  20. #endif
  21. #if ( UCHAR_MAX != (0xFFU) ) || ( SCHAR_MAX != (0x7F) )
  22. #error Code was generated for compiler with different sized uchar/char. \
  23. Consider adjusting Test hardware word size settings on the \
  24. Hardware Implementation pane to match your compiler word sizes as \
  25. defined in limits.h of the compiler. Alternatively, you can \
  26. select the Test hardware is the same as production hardware option and \
  27. select the Enable portable word sizes option on the Code Generation > \
  28. Verification pane for ERT based targets, which will disable the \
  29. preprocessor word size checks.
  30. #endif
  31. #if ( USHRT_MAX != (0xFFFFU) ) || ( SHRT_MAX != (0x7FFF) )
  32. #error Code was generated for compiler with different sized ushort/short. \
  33. Consider adjusting Test hardware word size settings on the \
  34. Hardware Implementation pane to match your compiler word sizes as \
  35. defined in limits.h of the compiler. Alternatively, you can \
  36. select the Test hardware is the same as production hardware option and \
  37. select the Enable portable word sizes option on the Code Generation > \
  38. Verification pane for ERT based targets, which will disable the \
  39. preprocessor word size checks.
  40. #endif
  41. #if ( UINT_MAX != (0xFFFFFFFFU) ) || ( INT_MAX != (0x7FFFFFFF) )
  42. #error Code was generated for compiler with different sized uint/int. \
  43. Consider adjusting Test hardware word size settings on the \
  44. Hardware Implementation pane to match your compiler word sizes as \
  45. defined in limits.h of the compiler. Alternatively, you can \
  46. select the Test hardware is the same as production hardware option and \
  47. select the Enable portable word sizes option on the Code Generation > \
  48. Verification pane for ERT based targets, which will disable the \
  49. preprocessor word size checks.
  50. #endif
  51. #if ( ULONG_MAX != (0xFFFFFFFFU) ) || ( LONG_MAX != (0x7FFFFFFF) )
  52. #error Code was generated for compiler with different sized ulong/long. \
  53. Consider adjusting Test hardware word size settings on the \
  54. Hardware Implementation pane to match your compiler word sizes as \
  55. defined in limits.h of the compiler. Alternatively, you can \
  56. select the Test hardware is the same as production hardware option and \
  57. select the Enable portable word sizes option on the Code Generation > \
  58. Verification pane for ERT based targets, which will disable the \
  59. preprocessor word size checks.
  60. #endif
  61. #endif /* RTW_HEADER_BCU_private_h_ */
  62. /*
  63. * File trailer for generated code.
  64. *
  65. * [EOF]
  66. */