| 1 | /* |
| 2 | * File: rtGetNaN.h |
| 3 | * |
| 4 | * Code generated for Simulink model 'PMSM_Controller'. |
| 5 | * |
| 6 | * Model version : 1.885 |
| 7 | * Simulink Coder version : 9.4 (R2020b) 29-Jul-2020 |
| 8 | * C/C++ source code generated on : Sat Jan 8 15:44:11 2022 |
| 9 | * |
| 10 | * Target selection: ert.tlc |
| 11 | * Embedded hardware selection: ARM Compatible->ARM Cortex-M |
| 12 | * Code generation objectives: |
| 13 | * 1. Execution efficiency |
| 14 | * 2. RAM efficiency |
| 15 | * Validation result: Not run |
| 16 | */ |
| 17 | |
| 18 | #ifndef RTW_HEADER_rtGetNaN_h_ |
| 19 | #define RTW_HEADER_rtGetNaN_h_ |
| 20 | #include <stddef.h> |
| 21 | #include "rtwtypes.h" |
| 22 | #include "rt_nonfinite.h" |
| 23 | |
| 24 | extern real_T rtGetNaN(void); |
| 25 | extern real32_T rtGetNaNF(void); |
| 26 | |
| 27 | #endif /* RTW_HEADER_rtGetNaN_h_ */ |
| 28 | |
| 29 | /* |
| 30 | * File trailer for generated code. |
| 31 | * |
| 32 | * [EOF] |
| 33 | */ |
| 34 | |