1 | /* |
2 | * untitled_dt.h |
3 | * |
4 | * Code generation for model "untitled". |
5 | * |
6 | * Model version : 1.0 |
7 | * Simulink Coder version : 8.12 (R2017a) 16-Feb-2017 |
8 | * C source code generated on : Thu Mar 14 11:23:20 2019 |
9 | * |
10 | * Target selection: ert.tlc |
11 | * Embedded hardware selection: Atmel->AVR |
12 | * Code generation objectives: Unspecified |
13 | * Validation result: Not run |
14 | */ |
15 | |
16 | #include "ext_types.h" |
17 | |
18 | /* data type size table */ |
19 | static uint_T rtDataTypeSizes[] = { |
20 | sizeof(real_T), |
21 | sizeof(real32_T), |
22 | sizeof(int8_T), |
23 | sizeof(uint8_T), |
24 | sizeof(int16_T), |
25 | sizeof(uint16_T), |
26 | sizeof(int32_T), |
27 | sizeof(uint32_T), |
28 | sizeof(boolean_T), |
29 | sizeof(fcn_call_T), |
30 | sizeof(int_T), |
31 | sizeof(pointer_T), |
32 | sizeof(action_T), |
33 | 2*sizeof(uint32_T) |
34 | }; |
35 | |
36 | /* data type name table */ |
37 | static const char_T * rtDataTypeNames[] = { |
38 | "real_T", |
39 | "real32_T", |
40 | "int8_T", |
41 | "uint8_T", |
42 | "int16_T", |
43 | "uint16_T", |
44 | "int32_T", |
45 | "uint32_T", |
46 | "boolean_T", |
47 | "fcn_call_T", |
48 | "int_T", |
49 | "pointer_T", |
50 | "action_T", |
51 | "timer_uint32_pair_T" |
52 | }; |
53 | |
54 | /* data type transitions for block I/O structure */ |
55 | static DataTypeTransition rtBTransitions[] = { |
56 | { (char_T *)(&untitled_B.y), 0, 0, 1 } |
57 | , |
58 | |
59 | { (char_T *)(&untitled_DW.Scope_PWORK.LoggedData), 11, 0, 1 } |
60 | }; |
61 | |
62 | /* data type transition table for block I/O structure */ |
63 | static DataTypeTransitionTable rtBTransTable = { |
64 | 2U, |
65 | rtBTransitions |
66 | }; |
67 | |
68 | /* data type transitions for Parameters structure */ |
69 | static DataTypeTransition rtPTransitions[] = { |
70 | { (char_T *)(&untitled_P.AnalogInput_p1), 7, 0, 1 } |
71 | }; |
72 | |
73 | /* data type transition table for Parameters structure */ |
74 | static DataTypeTransitionTable rtPTransTable = { |
75 | 1U, |
76 | rtPTransitions |
77 | }; |
78 | |
79 | /* [EOF] untitled_dt.h */ |
80 | |