rtGetNaN.h 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /*
  2. * rtGetNaN.h
  3. *
  4. * Code generation for model "PMSM_Motor_TL3_sf".
  5. *
  6. * Model version : 1.825
  7. * Simulink Coder version : 9.4 (R2020b) 29-Jul-2020
  8. * C source code generated on : Fri Apr 14 12:51:02 2023
  9. *
  10. * Target selection: rtwsfcn.tlc
  11. * Note: GRT includes extra infrastructure and instrumentation for prototyping
  12. * Embedded hardware selection: ARM Compatible->ARM Cortex-M
  13. * Emulation hardware selection:
  14. * Differs from embedded hardware (MATLAB Host)
  15. * Code generation objectives:
  16. * 1. Execution efficiency
  17. * 2. RAM efficiency
  18. * Validation result: Not run
  19. */
  20. #ifndef RTW_HEADER_rtGetNaN_h_
  21. #define RTW_HEADER_rtGetNaN_h_
  22. #include <stddef.h>
  23. #include "rtwtypes.h"
  24. #include "rt_nonfinite.h"
  25. extern real_T rtGetNaN(void);
  26. extern real32_T rtGetNaNF(void);
  27. #endif /* RTW_HEADER_rtGetNaN_h_ */