| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- /*
- * rtGetInf.h
- *
- * Code generation for model "PMSM_Motor_TL3_sf".
- *
- * Model version : 1.825
- * Simulink Coder version : 9.4 (R2020b) 29-Jul-2020
- * C source code generated on : Fri Apr 14 12:51:02 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 <stddef.h>
- #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_ */
|