| 1 | /* | 
| 2 |  * rtGetNaN.h | 
| 3 |  * | 
| 4 |  * Academic License - for use in teaching, academic research, and meeting | 
| 5 |  * course requirements at degree granting institutions only.  Not for | 
| 6 |  * government, commercial, or other organizational use. | 
| 7 |  * | 
| 8 |  * Code generation for model "Arduino_skal". | 
| 9 |  * | 
| 10 |  * Model version              : 1.1 | 
| 11 |  * Simulink Coder version : 9.5 (R2021a) 14-Nov-2020 | 
| 12 |  * C++ source code generated on : Thu Apr 15 15:56:50 2021 | 
| 13 |  * | 
| 14 |  * Target selection: grt.tlc | 
| 15 |  * Note: GRT includes extra infrastructure and instrumentation for prototyping | 
| 16 |  * Embedded hardware selection: Intel->x86-64 (Windows64) | 
| 17 |  * Code generation objective: Debugging | 
| 18 |  * Validation result: Not run | 
| 19 |  */ | 
| 20 |  | 
| 21 | #ifndef RTW_HEADER_rtGetNaN_h_ | 
| 22 | #define RTW_HEADER_rtGetNaN_h_ | 
| 23 | #include <stddef.h> | 
| 24 | #include "rtwtypes.h" | 
| 25 | #include "rt_nonfinite.h" | 
| 26 | #ifdef __cplusplus | 
| 27 |  | 
| 28 | extern "C" { | 
| 29 |  | 
| 30 | #endif | 
| 31 |  | 
| 32 |   extern real_T rtGetNaN(void); | 
| 33 |   extern real32_T rtGetNaNF(void); | 
| 34 |  | 
| 35 | #ifdef __cplusplus | 
| 36 |  | 
| 37 | }                                      /* extern "C" */ | 
| 38 | #endif | 
| 39 | #endif                                 /* RTW_HEADER_rtGetNaN_h_ */ | 
| 40 |  |