1
2
3 /*
4 * rtGetNaN.h
5 *
6 * Code generation for model "PMSM_Motor_TL3_sf".
7 *
8 * Model version : 1.825
9 * Simulink Coder version : 9.4 (R2020b) 29-Jul-2020
10 * C source code generated on : Fri Apr 14 12:51:02 2023
11 *
12 * Target selection: rtwsfcn.tlc
13 * Note: GRT includes extra infrastructure and instrumentation for prototyping
14 * Embedded hardware selection: ARM Compatible->ARM Cortex-M
15 * Emulation hardware selection:
16 * Differs from embedded hardware (MATLAB Host)
17 * Code generation objectives:
18 * 1. Execution efficiency
19 * 2. RAM efficiency
20 * Validation result: Not run
21 */
22
23
24 #ifndef RTW_HEADER_rtGetNaN_h_
25 #define RTW_HEADER_rtGetNaN_h_
26
27
28
29
30
31#include <stddef.h>
32 #include "rtwtypes.h"
33 #include "rt_nonfinite.h"
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66 extern real_T rtGetNaN(void);
67 extern real32_T rtGetNaNF(void);
68
69
70
71
72
73
74
75
76
77
78
79
80
81 #endif /* RTW_HEADER_rtGetNaN_h_ */
82