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
/*
* File: M2P_act_Cfb.h
*
* Code generated for Simulink model 'M2P_act_Cfb'.
*
* Model version : 9.4
* Simulink Coder version : 9.8 (R2022b) 13-May-2022
* C/C++ source code generated on : Fri Apr 14 16:12:21 2023
*
* Target selection: ert.tlc
* Embedded hardware selection: Intel->x86-64 (Linux 64)
* Code generation objective: Execution efficiency
* Validation result: All passed
*/
/* M2P_act_Cfb_COMMON_INCLUDES_ */
/* Block signals and states (default storage) for system '<Root>' */
typedef struct DW_M2P_act_Cfb_T;
/* External inputs (root inport signals with default storage) */
typedef struct ExtU_M2P_act_Cfb_T;
/* External outputs (root outports fed by signals with default storage) */
typedef struct ExtY_M2P_act_Cfb_T;
/* Real-time Model Data Structure */
;
/* Model entry point functions */
extern void ;
extern void ;
extern void ;
/*-
* 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('m2asm_2_rust/M2P_act_Cfb') - opens subsystem m2asm_2_rust/M2P_act_Cfb
* hilite_system('m2asm_2_rust/M2P_act_Cfb/Kp') - opens and selects block Kp
*
* Here is the system hierarchy for this model
*
* '<Root>' : 'm2asm_2_rust'
* '<S1>' : 'm2asm_2_rust/M2P_act_Cfb'
*/
/* RTW_HEADER_M2P_act_Cfb_h_ */
/*
* File trailer for generated code.
*
* [EOF]
*/