| 1 | /* |
| 2 | * rtGetInf.h |
| 3 | * |
| 4 | * Code generation for model "GC_calibration". |
| 5 | * |
| 6 | * Model version : 1.1804 |
| 7 | * Simulink Coder version : 9.3 (R2020a) 18-Nov-2019 |
| 8 | * C source code generated on : Wed Oct 30 09:55:55 2024 |
| 9 | * |
| 10 | * Target selection: slrt.tlc |
| 11 | * Note: GRT includes extra infrastructure and instrumentation for prototyping |
| 12 | * Embedded hardware selection: Generic->32-bit x86 compatible |
| 13 | * Code generation objectives: Unspecified |
| 14 | * Validation result: Not run |
| 15 | */ |
| 16 | |
| 17 | #ifndef RTW_HEADER_rtGetInf_h_ |
| 18 | #define RTW_HEADER_rtGetInf_h_ |
| 19 | #include <stddef.h> |
| 20 | #include "rtwtypes.h" |
| 21 | #include "rt_nonfinite.h" |
| 22 | |
| 23 | extern real_T rtGetInf(void); |
| 24 | extern real32_T rtGetInfF(void); |
| 25 | extern real_T rtGetMinusInf(void); |
| 26 | extern real32_T rtGetMinusInfF(void); |
| 27 | |
| 28 | #endif /* RTW_HEADER_rtGetInf_h_ */ |
| 29 |