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: rtGetNaN.h |
7 | * |
8 | * Code generated for Simulink model 'magneto_tarato'. |
9 | * |
10 | * Model version : 1.19 |
11 | * Simulink Coder version : 8.12 (R2017a) 16-Feb-2017 |
12 | * C/C++ source code generated on : Tue Nov 07 14:03:19 2017 |
13 | * |
14 | * Target selection: ert.tlc |
15 | * Embedded hardware selection: ARM Compatible->ARM Cortex |
16 | * Code generation objectives: Unspecified |
17 | * Validation result: Not run |
18 | */ |
19 | |
20 | #ifndef RTW_HEADER_rtGetNaN_h_ |
21 | #define RTW_HEADER_rtGetNaN_h_ |
22 | #include <stddef.h> |
23 | #include "rtwtypes.h" |
24 | #include "rt_nonfinite.h" |
25 | |
26 | extern real_T rtGetNaN(void); |
27 | extern real32_T rtGetNaNF(void); |
28 | |
29 | #endif /* RTW_HEADER_rtGetNaN_h_ */ |
30 | |
31 | /* |
32 | * File trailer for generated code. |
33 | * |
34 | * [EOF] |
35 | */ |
36 | |