1/*
2 * Academic License - for use in teaching, academic research, and meeting
3 * course requirements at degree granting institutions only. Not for
4 * government, commercial, or other organizational use.
5 *
6 * File: m3_core_types.h
7 *
8 * Code generated for Simulink model 'm3_core'.
9 *
10 * Model version : 1.91
11 * Simulink Coder version : 8.11 (R2016b) 25-Aug-2016
12 * C/C++ source code generated on : Thu Sep 27 00:27:58 2018
13 *
14 * Target selection: ert.tlc
15 * Embedded hardware selection: ARM Compatible->ARM Cortex
16 * Code generation objectives: Unspecified
17 * Validation result: Not run
18 */
19
20#ifndef RTW_HEADER_m3_core_types_h_
21#define RTW_HEADER_m3_core_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_concerto_UdpReceive_m3_core_T
35#define typedef_concerto_UdpReceive_m3_core_T
36
37typedef struct tag_saG5948SFTrUFnIbVUb0TZH concerto_UdpReceive_m3_core_T;
38
39#endif /*typedef_concerto_UdpReceive_m3_core_T*/
40
41#ifndef struct_tag_saG5948SFTrUFnIbVUb0TZH
42#define struct_tag_saG5948SFTrUFnIbVUb0TZH
43
44struct tag_saG5948SFTrUFnIbVUb0TZH
45{
46 int32_T isInitialized;
47};
48
49#endif /*struct_tag_saG5948SFTrUFnIbVUb0TZH*/
50
51#ifndef typedef_concerto_UdpSend_m3_core_T
52#define typedef_concerto_UdpSend_m3_core_T
53
54typedef struct tag_saG5948SFTrUFnIbVUb0TZH concerto_UdpSend_m3_core_T;
55
56#endif /*typedef_concerto_UdpSend_m3_core_T*/
57
58#ifndef typedef_struct_T_m3_core_T
59#define typedef_struct_T_m3_core_T
60
61typedef struct {
62 char_T f0[7];
63} struct_T_m3_core_T;
64
65#endif /*typedef_struct_T_m3_core_T*/
66
67#ifndef typedef_struct_T_m3_core_p_T
68#define typedef_struct_T_m3_core_p_T
69
70typedef struct {
71 char_T f0[4];
72 char_T f1[8];
73 char_T f2[7];
74 char_T f3[6];
75 char_T f4[2];
76 real_T f5;
77 char_T f6[2];
78 real_T f7;
79} struct_T_m3_core_p_T;
80
81#endif /*typedef_struct_T_m3_core_p_T*/
82
83#ifndef typedef_struct_T_m3_core_pt_T
84#define typedef_struct_T_m3_core_pt_T
85
86typedef struct {
87 real_T f0[2];
88} struct_T_m3_core_pt_T;
89
90#endif /*typedef_struct_T_m3_core_pt_T*/
91
92#ifndef typedef_struct_T_m3_core_pt4_T
93#define typedef_struct_T_m3_core_pt4_T
94
95typedef struct {
96 char_T f0[4];
97} struct_T_m3_core_pt4_T;
98
99#endif /*typedef_struct_T_m3_core_pt4_T*/
100
101#ifndef typedef_struct_T_m3_core_pt4b_T
102#define typedef_struct_T_m3_core_pt4b_T
103
104typedef struct {
105 char_T f0[8];
106} struct_T_m3_core_pt4b_T;
107
108#endif /*typedef_struct_T_m3_core_pt4b_T*/
109
110/* Parameters (auto storage) */
111typedef struct P_m3_core_T_ P_m3_core_T;
112
113/* Forward declaration for rtModel */
114typedef struct tag_RTM_m3_core_T RT_MODEL_m3_core_T;
115
116#endif /* RTW_HEADER_m3_core_types_h_ */
117
118/*
119 * File trailer for generated code.
120 *
121 * [EOF]
122 */
123