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: AHRSControl_data.c |
7 | * |
8 | * Code generated for Simulink model 'AHRSControl'. |
9 | * |
10 | * Model version : 1.115 |
11 | * Simulink Coder version : 9.3 (R2020a) 18-Nov-2019 |
12 | * C/C++ source code generated on : Fri Jul 10 14:44:58 2020 |
13 | * |
14 | * Target selection: ert.tlc |
15 | * Embedded hardware selection: Intel->x86-32 (Windows32) |
16 | * Code generation objectives: |
17 | * 1. Execution efficiency |
18 | * 2. RAM efficiency |
19 | * Validation result: Not run |
20 | */ |
21 | |
22 | #include "AHRSControl.h" |
23 | |
24 | /* Constant parameters (default storage) */ |
25 | const ConstP_AHRSControl_T AHRSControl_ConstP = { |
26 | /* Expression: [2.395,-0.3609,-0.002145,0.808700,-0.0205;;] |
27 | * Referenced by: '<S8>/Gain' |
28 | */ |
29 | { 2.395, -0.3609, -0.002145, 0.8087, -0.0205 }, |
30 | |
31 | /* Expression: [;-0.1427,-1.115,0.04573,-0.04318,-0.1007;] |
32 | * Referenced by: '<S9>/Gain' |
33 | */ |
34 | { -0.1427, -1.115, 0.04573, -0.04318, -0.1007 }, |
35 | |
36 | /* Expression: [;;-0.02792,-0.02229,-2.25,-0.06152,0.03151] |
37 | * Referenced by: '<S10>/Gain' |
38 | */ |
39 | { -0.02792, -0.02229, -2.25, -0.06152, 0.03151 } |
40 | }; |
41 | |
42 | /* |
43 | * File trailer for generated code. |
44 | * |
45 | * [EOF] |
46 | */ |
47 | |