| 1 | /* |
| 2 | * File: Inverter_001_types.h |
| 3 | * |
| 4 | * Code generated for Simulink model 'Inverter_001'. |
| 5 | * |
| 6 | * Model version : 1.139 |
| 7 | * Simulink Coder version : 8.14 (R2018a) 06-Feb-2018 |
| 8 | * C/C++ source code generated on : Wed Apr 14 17:37:41 2021 |
| 9 | * |
| 10 | * Target selection: ert.tlc |
| 11 | * Embedded hardware selection: Texas Instruments->C2000 |
| 12 | * Code generation objectives: Unspecified |
| 13 | * Validation result: Not run |
| 14 | */ |
| 15 | |
| 16 | #ifndef RTW_HEADER_Inverter_001_types_h_ |
| 17 | #define RTW_HEADER_Inverter_001_types_h_ |
| 18 | #include "rtwtypes.h" |
| 19 | #ifndef SS_INT64 |
| 20 | #define SS_INT64 22 |
| 21 | #endif |
| 22 | |
| 23 | #ifndef SS_UINT64 |
| 24 | #define SS_UINT64 23 |
| 25 | #endif |
| 26 | |
| 27 | #ifndef DEFINED_TYPEDEF_FOR_struct_LAUrP08Nl5w42cAMHTmYgH_ |
| 28 | #define DEFINED_TYPEDEF_FOR_struct_LAUrP08Nl5w42cAMHTmYgH_ |
| 29 | |
| 30 | typedef struct { |
| 31 | real_T Ts; |
| 32 | real_T NbrSamp; |
| 33 | } struct_LAUrP08Nl5w42cAMHTmYgH; |
| 34 | |
| 35 | #endif |
| 36 | |
| 37 | #ifndef typedef_codertarget_tic2000_blocks_DA_T |
| 38 | #define typedef_codertarget_tic2000_blocks_DA_T |
| 39 | |
| 40 | typedef struct { |
| 41 | int32_T isInitialized; |
| 42 | } codertarget_tic2000_blocks_DA_T; |
| 43 | |
| 44 | #endif /*typedef_codertarget_tic2000_blocks_DA_T*/ |
| 45 | |
| 46 | /* Parameters (default storage) */ |
| 47 | typedef struct P_Inverter_001_T_ P_Inverter_001_T; |
| 48 | |
| 49 | /* Forward declaration for rtModel */ |
| 50 | typedef struct tag_RTM_Inverter_001_T RT_MODEL_Inverter_001_T; |
| 51 | |
| 52 | #endif /* RTW_HEADER_Inverter_001_types_h_ */ |
| 53 | |
| 54 | /* |
| 55 | * File trailer for generated code. |
| 56 | * |
| 57 | * [EOF] |
| 58 | */ |
| 59 |