1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
/*
* File: M1_HP_loadcells.h
*
* Code generated for Simulink model 'M1_HP_loadcells'.
*
* Model version : 1.788
* Simulink Coder version : 9.0 (R2018b) 24-May-2018
* C/C++ source code generated on : Thu Feb 10 11:47:20 2022
*
* Target selection: ert.tlc
* Embedded hardware selection: Intel->x86-64 (Windows64)
* Emulation hardware selection:
* Differs from embedded hardware (MATLAB Host)
* Code generation objectives: Unspecified
* Validation result: Not run
*/
/* M1_HP_loadcells_COMMON_INCLUDES_ */
/* Macros for accessing real-time model data structure */
/* External inputs (root inport signals with default storage) */
typedef struct ExtU_M1_HP_loadcells_T;
/* External outputs (root outports fed by signals with default storage) */
typedef struct ExtY_M1_HP_loadcells_T;
/* Real-time Model Data Structure */
;
/* External inputs (root inport signals with default storage) */
extern ExtU_M1_HP_loadcells_T M1_HP_loadcells_U;
/* External outputs (root outports fed by signals with default storage) */
extern ExtY_M1_HP_loadcells_T M1_HP_loadcells_Y;
/*
* Exported Global Parameters
*
* Note: Exported global parameters are tunable parameters with an exported
* global storage class designation. Code generation will declare the memory for
* these parameters and exports their symbols.
*
*/
extern real_T S1_LC_HPstiff; /* Variable: S1_HPstiff
* Referenced by: '<S2>/HpK'
*/
extern real_T S2_LC_HPstiff; /* Variable: S2_HPstiff
* Referenced by: '<S3>/HpK'
*/
extern real_T S3_LC_HPstiff; /* Variable: S3_HPstiff
* Referenced by: '<S4>/HpK'
*/
extern real_T S4_LC_HPstiff; /* Variable: S4_HPstiff
* Referenced by: '<S5>/HpK'
*/
extern real_T S5_LC_HPstiff; /* Variable: S5_HPstiff
* Referenced by: '<S6>/HpK'
*/
extern real_T S6_LC_HPstiff; /* Variable: S6_HPstiff
* Referenced by: '<S7>/HpK'
*/
extern real_T S7_LC_HPstiff; /* Variable: S7_HPstiff
* Referenced by: '<S8>/HpK'
*/
/* Model entry point functions */
extern void ;
extern void ;
extern void ;
/* Real-time Model object */
extern RT_MODEL_M1_HP_loadcells_T *const M1_HP_loadcells_M;
/*-
* The generated code includes comments that allow you to trace directly
* back to the appropriate location in the model. The basic format
* is <system>/block_name, where system is the system number (uniquely
* assigned by Simulink) and block_name is the name of the block.
*
* Note that this particular code originates from a subsystem build,
* and has its own system numbers different from the parent model.
* Refer to the system hierarchy for this subsystem below, and use the
* MATLAB hilite_system command to trace the generated code back
* to the parent model. For example,
*
* hilite_system('M1DCS/M1_HP_loadcells') - opens subsystem M1DCS/M1_HP_loadcells
* hilite_system('M1DCS/M1_HP_loadcells/Kp') - opens and selects block Kp
*
* Here is the system hierarchy for this model
*
* '<Root>' : 'M1DCS'
* '<S1>' : 'M1DCS/M1_HP_loadcells'
* '<S2>' : 'M1DCS/M1_HP_loadcells/M1S1 Loadcell'
* '<S3>' : 'M1DCS/M1_HP_loadcells/M1S2 Loadcell'
* '<S4>' : 'M1DCS/M1_HP_loadcells/M1S3 Loadcell'
* '<S5>' : 'M1DCS/M1_HP_loadcells/M1S4 Loadcell'
* '<S6>' : 'M1DCS/M1_HP_loadcells/M1S5 Loadcell'
* '<S7>' : 'M1DCS/M1_HP_loadcells/M1S6 Loadcell'
* '<S8>' : 'M1DCS/M1_HP_loadcells/M1S7 Control'
*/
/* RTW_HEADER_M1_HP_loadcells_h_ */
/*
* File trailer for generated code.
*
* [EOF]
*/