1 | /* |
2 | * rtGetInf.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_rtGetInf_h_ |
22 | #define RTW_HEADER_rtGetInf_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 rtGetInf(void); |
33 | extern real32_T rtGetInfF(void); |
34 | extern real_T rtGetMinusInf(void); |
35 | extern real32_T rtGetMinusInfF(void); |
36 | |
37 | #ifdef __cplusplus |
38 | |
39 | } /* extern "C" */ |
40 | #endif |
41 | #endif /* RTW_HEADER_rtGetInf_h_ */ |
42 | |