-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQR0_types.h
42 lines (34 loc) · 1.26 KB
/
QR0_types.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
* QR0_types.h
*
* Code generation for model "QR0".
*
* Model version : 1.312
* Simulink Coder version : 23.2 (R2023b) 01-Aug-2023
* C source code generated on : Tue Nov 21 14:00:25 2023
*
* Target selection: grt.tlc
* Note: GRT includes extra infrastructure and instrumentation for prototyping
* Embedded hardware selection: ASIC/FPGA->ASIC/FPGA
* Emulation hardware selection:
* Differs from embedded hardware (Custom Processor->MATLAB Host Computer)
* Code generation objective: Execution efficiency
* Validation result: Not run
*/
#ifndef RTW_HEADER_QR0_types_h_
#define RTW_HEADER_QR0_types_h_
#include "rtwtypes.h"
#ifndef struct_tag_QIW5nCqoSKy8dzNm4TOLJ
#define struct_tag_QIW5nCqoSKy8dzNm4TOLJ
struct tag_QIW5nCqoSKy8dzNm4TOLJ
{
int32_T isInitialized;
};
#endif /* struct_tag_QIW5nCqoSKy8dzNm4TOLJ */
#ifndef typedef_dsp_simulink_QRFactorization__T
#define typedef_dsp_simulink_QRFactorization__T
typedef struct tag_QIW5nCqoSKy8dzNm4TOLJ dsp_simulink_QRFactorization__T;
#endif /* typedef_dsp_simulink_QRFactorization__T */
/* Forward declaration for rtModel */
typedef struct tag_RTM_QR0_T RT_MODEL_QR0_T;
#endif /* RTW_HEADER_QR0_types_h_ */