| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- /*
- * rtGetNaN.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_rtGetNaN_h_
- #define RTW_HEADER_rtGetNaN_h_
-
-
-
- #include <stddef.h>
- #include "rtwtypes.h"
- #include "rt_nonfinite.h"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- extern real_T rtGetNaN(void);
- extern real32_T rtGetNaNF(void);
-
-
-
-
-
-
- #endif /* RTW_HEADER_rtGetNaN_h_ */
|