1 | /* |
2 | * rtwtypes.h |
3 | * |
4 | * Academic License - for use in teaching, academic research, and meeting |
5 | * course requirements at degree granting institutions only. Not for |
6 | * government, commercial, or other organizational use. |
7 | * |
8 | * Code generation for model "Arduino_skal". |
9 | * |
10 | * Model version : 1.1 |
11 | * Simulink Coder version : 9.5 (R2021a) 14-Nov-2020 |
12 | * C++ source code generated on : Thu Apr 15 15:56:50 2021 |
13 | * |
14 | * Target selection: grt.tlc |
15 | * Note: GRT includes extra infrastructure and instrumentation for prototyping |
16 | * Embedded hardware selection: Intel->x86-64 (Windows64) |
17 | * Code generation objective: Debugging |
18 | * Validation result: Not run |
19 | */ |
20 | |
21 | #ifndef RTWTYPES_H |
22 | #define RTWTYPES_H |
23 | #include "tmwtypes.h" |
24 | #ifndef POINTER_T |
25 | #define POINTER_T |
26 | |
27 | typedef void * pointer_T; |
28 | |
29 | #endif |
30 | |
31 | /* Logical type definitions */ |
32 | #if (!defined(__cplusplus)) |
33 | #ifndef false |
34 | #define false (0U) |
35 | #endif |
36 | |
37 | #ifndef true |
38 | #define true (1U) |
39 | #endif |
40 | #endif |
41 | #endif /* RTWTYPES_H */ |
42 | |