/* * rtGetInf.h * * Code generation for model "PWM_sf". * * Model version : 1.825 * Simulink Coder version : 9.4 (R2020b) 29-Jul-2020 * C source code generated on : Fri Apr 14 12:53:29 2023 * * Target selection: rtwsfcn.tlc * Note: GRT includes extra infrastructure and instrumentation for prototyping * Embedded hardware selection: ARM Compatible->ARM Cortex-M * Emulation hardware selection: * Differs from embedded hardware (MATLAB Host) * Code generation objectives: * 1. Execution efficiency * 2. RAM efficiency * Validation result: Not run */ #ifndef RTW_HEADER_rtGetInf_h_ #define RTW_HEADER_rtGetInf_h_ #include #include "rtwtypes.h" #include "rt_nonfinite.h" extern real_T rtGetInf(void); extern real32_T rtGetInfF(void); extern real_T rtGetMinusInf(void); extern real32_T rtGetMinusInfF(void); #endif /* RTW_HEADER_rtGetInf_h_ */