1/*
2 * File: Inverter_000_test_private.h
3 *
4 * Code generated for Simulink model 'Inverter_000_test'.
5 *
6 * Model version : 1.126
7 * Simulink Coder version : 8.14 (R2018a) 06-Feb-2018
8 * C/C++ source code generated on : Wed Apr 14 17:29:45 2021
9 *
10 * Target selection: ert.tlc
11 * Embedded hardware selection: Texas Instruments->C2000
12 * Code generation objectives: Unspecified
13 * Validation result: Not run
14 */
15
16#ifndef RTW_HEADER_Inverter_000_test_private_h_
17#define RTW_HEADER_Inverter_000_test_private_h_
18#include "rtwtypes.h"
19#ifndef UCHAR_MAX
20#include <limits.h>
21#endif
22
23#if ( UCHAR_MAX != (0xFFFFU) ) || ( SCHAR_MAX != (0x7FFF) )
24#error Code was generated for compiler with different sized uchar/char. \
25Consider adjusting Test hardware word size settings on the \
26Hardware Implementation pane to match your compiler word sizes as \
27defined in limits.h of the compiler. Alternatively, you can \
28select the Test hardware is the same as production hardware option and \
29select the Enable portable word sizes option on the Code Generation > \
30Verification pane for ERT based targets, which will disable the \
31preprocessor word size checks.
32#endif
33
34#if ( USHRT_MAX != (0xFFFFU) ) || ( SHRT_MAX != (0x7FFF) )
35#error Code was generated for compiler with different sized ushort/short. \
36Consider adjusting Test hardware word size settings on the \
37Hardware Implementation pane to match your compiler word sizes as \
38defined in limits.h of the compiler. Alternatively, you can \
39select the Test hardware is the same as production hardware option and \
40select the Enable portable word sizes option on the Code Generation > \
41Verification pane for ERT based targets, which will disable the \
42preprocessor word size checks.
43#endif
44
45#if ( UINT_MAX != (0xFFFFU) ) || ( INT_MAX != (0x7FFF) )
46#error Code was generated for compiler with different sized uint/int. \
47Consider adjusting Test hardware word size settings on the \
48Hardware Implementation pane to match your compiler word sizes as \
49defined in limits.h of the compiler. Alternatively, you can \
50select the Test hardware is the same as production hardware option and \
51select the Enable portable word sizes option on the Code Generation > \
52Verification pane for ERT based targets, which will disable the \
53preprocessor word size checks.
54#endif
55
56#if ( ULONG_MAX != (0xFFFFFFFFUL) ) || ( LONG_MAX != (0x7FFFFFFFL) )
57#error Code was generated for compiler with different sized ulong/long. \
58Consider adjusting Test hardware word size settings on the \
59Hardware Implementation pane to match your compiler word sizes as \
60defined in limits.h of the compiler. Alternatively, you can \
61select the Test hardware is the same as production hardware option and \
62select the Enable portable word sizes option on the Code Generation > \
63Verification pane for ERT based targets, which will disable the \
64preprocessor word size checks.
65#endif
66
67/* Skipping ulong_long/long_long check: insufficient preprocessor integer range. */
68extern real_T rt_roundd_snf(real_T u);
69extern real32_T rt_roundf_snf(real32_T u);
70
71#endif /* RTW_HEADER_Inverter_000_test_private_h_ */
72
73/*
74 * File trailer for generated code.
75 *
76 * [EOF]
77 */
78