rtGetInf.h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /*
  2. * rtGetInf.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_rtGetInf_h_
  21. #define RTW_HEADER_rtGetInf_h_
  22. #include <stddef.h>
  23. #include "rtwtypes.h"
  24. #include "rt_nonfinite.h"
  25. extern real_T rtGetInf(void);
  26. extern real32_T rtGetInfF(void);
  27. extern real_T rtGetMinusInf(void);
  28. extern real32_T rtGetMinusInfF(void);
  29. #endif /* RTW_HEADER_rtGetInf_h_ */