| 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: TwoPhaseForStuck_data.c |
| 7 | * |
| 8 | * Code generated for Simulink model 'TwoPhaseForStuck'. |
| 9 | * |
| 10 | * Model version : 1.138 |
| 11 | * Simulink Coder version : 9.0 (R2018b) 24-May-2018 |
| 12 | * C/C++ source code generated on : Tue Dec 8 01:36:02 2020 |
| 13 | * |
| 14 | * Target selection: ert.tlc |
| 15 | * Embedded hardware selection: Texas Instruments->C2000 |
| 16 | * Code generation objectives: Unspecified |
| 17 | * Validation result: Not run |
| 18 | */ |
| 19 | |
| 20 | #include "TwoPhaseForStuck.h" |
| 21 | #include "TwoPhaseForStuck_private.h" |
| 22 | |
| 23 | /* Block parameters (default storage) */ |
| 24 | P_TwoPhaseForStuck_T TwoPhaseForStuck_P = { |
| 25 | /* Expression: 0.25 |
| 26 | * Referenced by: '<Root>/DuryCycle' |
| 27 | */ |
| 28 | 0.25, |
| 29 | |
| 30 | /* Expression: 999 |
| 31 | * Referenced by: '<Root>/TMPRRD' |
| 32 | */ |
| 33 | 999.0, |
| 34 | |
| 35 | /* Expression: 999/2 |
| 36 | * Referenced by: '<Root>/Phase_2' |
| 37 | */ |
| 38 | 499.5 |
| 39 | }; |
| 40 | |
| 41 | /* |
| 42 | * File trailer for generated code. |
| 43 | * |
| 44 | * [EOF] |
| 45 | */ |
| 46 | |