rtGetInf.h 925 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. //
  2. // File: rtGetInf.h
  3. //
  4. // Code generated for Simulink model 'PmsmSimUt'.
  5. //
  6. // Model version : 1.18
  7. // Simulink Coder version : 9.4 (R2020b) 29-Jul-2020
  8. // C/C++ source code generated on : Tue Aug 1 23:42:37 2023
  9. //
  10. // Target selection: ert.tlc
  11. // Embedded hardware selection: Intel->x86-64 (Windows64)
  12. // Code generation objectives: Unspecified
  13. // Validation result: Not run
  14. //
  15. #ifndef RTW_HEADER_rtGetInf_h_
  16. #define RTW_HEADER_rtGetInf_h_
  17. #include <stddef.h>
  18. #include "rtwtypes.h"
  19. #include "rt_nonfinite.h"
  20. #ifdef __cplusplus
  21. extern "C" {
  22. #endif
  23. extern real_T rtGetInf(void);
  24. extern real32_T rtGetInfF(void);
  25. extern real_T rtGetMinusInf(void);
  26. extern real32_T rtGetMinusInfF(void);
  27. #ifdef __cplusplus
  28. } // extern "C"
  29. #endif
  30. #endif // RTW_HEADER_rtGetInf_h_
  31. //
  32. // File trailer for generated code.
  33. //
  34. // [EOF]
  35. //