1/*
2 * FoilControlRaspberrySentinel_types.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 "FoilControlRaspberrySentinel".
8 *
9 * Model version : 1.24
10 * Simulink Coder version : 8.11 (R2016b) 25-Aug-2016
11 * C source code generated on : Wed Nov 23 14:06:32 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 RTW_HEADER_FoilControlRaspberrySentinel_types_h_
21#define RTW_HEADER_FoilControlRaspberrySentinel_types_h_
22#include "rtwtypes.h"
23#include "multiword_types.h"
24#ifndef struct_tag_saG5948SFTrUFnIbVUb0TZH
25#define struct_tag_saG5948SFTrUFnIbVUb0TZH
26
27struct tag_saG5948SFTrUFnIbVUb0TZH
28{
29 int32_T isInitialized;
30};
31
32#endif /*struct_tag_saG5948SFTrUFnIbVUb0TZH*/
33
34#ifndef typedef_codertarget_linux_blocks_Digi_T
35#define typedef_codertarget_linux_blocks_Digi_T
36
37typedef struct tag_saG5948SFTrUFnIbVUb0TZH codertarget_linux_blocks_Digi_T;
38
39#endif /*typedef_codertarget_linux_blocks_Digi_T*/
40
41#ifndef typedef_struct_T_FoilControlRaspberry_T
42#define typedef_struct_T_FoilControlRaspberry_T
43
44typedef struct {
45 real_T f0[2];
46} struct_T_FoilControlRaspberry_T;
47
48#endif /*typedef_struct_T_FoilControlRaspberry_T*/
49
50#ifndef typedef_struct_T_FoilControlRaspber_e_T
51#define typedef_struct_T_FoilControlRaspber_e_T
52
53typedef struct {
54 char_T f0[7];
55} struct_T_FoilControlRaspber_e_T;
56
57#endif /*typedef_struct_T_FoilControlRaspber_e_T*/
58
59#ifndef typedef_struct_T_FoilControlRaspbe_el_T
60#define typedef_struct_T_FoilControlRaspbe_el_T
61
62typedef struct {
63 char_T f0[4];
64 char_T f1[11];
65 char_T f2[7];
66 char_T f3[6];
67} struct_T_FoilControlRaspbe_el_T;
68
69#endif /*typedef_struct_T_FoilControlRaspbe_el_T*/
70
71/* Parameters (auto storage) */
72typedef struct P_FoilControlRaspberrySentine_T_ P_FoilControlRaspberrySentine_T;
73
74/* Forward declaration for rtModel */
75typedef struct tag_RTM_FoilControlRaspberryS_T RT_MODEL_FoilControlRaspberry_T;
76
77#endif /* RTW_HEADER_FoilControlRaspberrySentinel_types_h_ */
78