1 | /* |
2 | * rtwtypes.h |
3 | * |
4 | * Classroom License -- for classroom instructional use only. Not for |
5 | * government, commercial, academic research, or other organizational use. |
6 | * |
7 | * Code generation for model "RaspberrySmithPredictor". |
8 | * |
9 | * Model version : 1.1 |
10 | * Simulink Coder version : 8.11 (R2016b) 25-Aug-2016 |
11 | * C source code generated on : Tue Dec 20 14:52:06 2016 |
12 | * |
13 | * Target selection: ert.tlc |
14 | * Note: GRT includes extra infrastructure and instrumentation for prototyping |
15 | * Embedded hardware selection: ARM Compatible->ARM Cortex |
16 | * Code generation objectives: Unspecified |
17 | * Validation result: Not run |
18 | */ |
19 | |
20 | #ifndef RTWTYPES_H |
21 | #define RTWTYPES_H |
22 | #include "tmwtypes.h" |
23 | #include "simstruc_types.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 | |