Обновление платы на V2
This commit is contained in:
parent
bee8340927
commit
79329e7425
15928
HVAC_model.c
15928
HVAC_model.c
File diff suppressed because it is too large
Load Diff
5724
HVAC_model.h
5724
HVAC_model.h
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -3,9 +3,9 @@
|
||||||
*
|
*
|
||||||
* Code generated for Simulink model 'HVAC_model'.
|
* Code generated for Simulink model 'HVAC_model'.
|
||||||
*
|
*
|
||||||
* Model version : 1.945
|
* Model version : 1.956
|
||||||
* Simulink Coder version : 24.1 (R2024a) 19-Nov-2023
|
* Simulink Coder version : 24.1 (R2024a) 19-Nov-2023
|
||||||
* C/C++ source code generated on : Mon May 18 13:14:09 2026
|
* C/C++ source code generated on : Tue May 19 12:18:47 2026
|
||||||
*
|
*
|
||||||
* Target selection: ert.tlc
|
* Target selection: ert.tlc
|
||||||
* Embedded hardware selection: ARM Compatible->ARM Cortex-M
|
* Embedded hardware selection: ARM Compatible->ARM Cortex-M
|
||||||
|
|
@ -164,6 +164,10 @@ extern void u1Incartarget_p(int16_t rtu_SET, uint8_t rtu_LVL, bool
|
||||||
extern void u1Incartarget_l(int16_t rtu_SET, uint8_t rtu_LVL, bool
|
extern void u1Incartarget_l(int16_t rtu_SET, uint8_t rtu_LVL, bool
|
||||||
rtu_set_has_half, int16_t *rty_y);
|
rtu_set_has_half, int16_t *rty_y);
|
||||||
extern void correctionrate(int16_t rtu_SET, uint8_t rtu_LVL, int16_t *rty_y);
|
extern void correctionrate(int16_t rtu_SET, uint8_t rtu_LVL, int16_t *rty_y);
|
||||||
|
extern void syncallaction(uint8_t *rtd_CCU_ALL_ZONE_SYNC, uint8_t
|
||||||
|
*rtd_CCU_FRONT_SYNC, uint8_t *rtd_CCU_REAR_SYNC);
|
||||||
|
extern void syncallaction_i(uint8_t *rtd_CCU_ALL_ZONE_SYNC, uint8_t
|
||||||
|
*rtd_CCU_FRONT_SYNC, uint8_t *rtd_CCU_REAR_SYNC);
|
||||||
extern void IfActionSubsystem(int8_t *rty_Out1, double *rtd_ErrorHomming_private,
|
extern void IfActionSubsystem(int8_t *rty_Out1, double *rtd_ErrorHomming_private,
|
||||||
double *rtd_Start_timer_n, int8_t *rtd_stepSig_private);
|
double *rtd_Start_timer_n, int8_t *rtd_stepSig_private);
|
||||||
extern void MATLABFunction_Init(DW_MATLABFunction *localDW);
|
extern void MATLABFunction_Init(DW_MATLABFunction *localDW);
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,9 @@
|
||||||
*
|
*
|
||||||
* Code generated for Simulink model 'HVAC_model'.
|
* Code generated for Simulink model 'HVAC_model'.
|
||||||
*
|
*
|
||||||
* Model version : 1.945
|
* Model version : 1.956
|
||||||
* Simulink Coder version : 24.1 (R2024a) 19-Nov-2023
|
* Simulink Coder version : 24.1 (R2024a) 19-Nov-2023
|
||||||
* C/C++ source code generated on : Mon May 18 13:14:09 2026
|
* C/C++ source code generated on : Tue May 19 12:18:47 2026
|
||||||
*
|
*
|
||||||
* Target selection: ert.tlc
|
* Target selection: ert.tlc
|
||||||
* Embedded hardware selection: ARM Compatible->ARM Cortex-M
|
* Embedded hardware selection: ARM Compatible->ARM Cortex-M
|
||||||
|
|
@ -112,6 +112,37 @@ typedef struct {
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef DEFINED_TYPEDEF_FOR_CmdCAN_CCU_STAT2_Bus_
|
||||||
|
#define DEFINED_TYPEDEF_FOR_CmdCAN_CCU_STAT2_Bus_
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
uint8_t CCU_AromaCartridgeSw_Stat;
|
||||||
|
uint8_t CCU_FrontZoneSync_Stat;
|
||||||
|
uint8_t CCU_RearZoneSync_Stat;
|
||||||
|
uint8_t CCU_AllZoneSync_Stat;
|
||||||
|
uint8_t CCU_ACfront_Stat;
|
||||||
|
uint8_t CCU_ACrear_Stat;
|
||||||
|
uint8_t CCU_ACmaxF_Stat;
|
||||||
|
uint8_t CCU_ACmaxR_Stat;
|
||||||
|
uint8_t CCU_Defrost_Stat;
|
||||||
|
uint8_t CCU_Ionization_Stat;
|
||||||
|
uint8_t CCU_FootTempCorFL_Stat;
|
||||||
|
uint8_t CCU_FootTempCorFR_Stat;
|
||||||
|
uint8_t CCU_AromaIntens_Stat;
|
||||||
|
uint8_t CCU_FootTempCorRL_Stat;
|
||||||
|
uint8_t CCU_FootTempCorRR_Stat;
|
||||||
|
uint8_t CCU_DeflectorSwDL_Stat;
|
||||||
|
uint8_t CCU_DeflectorSwDR_Stat;
|
||||||
|
uint8_t CCU_DeflectorSwFPL_Stat;
|
||||||
|
uint8_t CCU_DeflectorSwFPR_Stat;
|
||||||
|
uint8_t CCU_DeflectorSwFCL_Stat;
|
||||||
|
uint8_t CCU_DeflectorSwFCR_Stat;
|
||||||
|
uint8_t CCU_DeflectorSwRLB_Stat;
|
||||||
|
uint8_t CCU_DeflectorSwRRB_Stat;
|
||||||
|
} CmdCAN_CCU_STAT2_Bus;
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef DEFINED_TYPEDEF_FOR_ActuatorCmdBus_
|
#ifndef DEFINED_TYPEDEF_FOR_ActuatorCmdBus_
|
||||||
#define DEFINED_TYPEDEF_FOR_ActuatorCmdBus_
|
#define DEFINED_TYPEDEF_FOR_ActuatorCmdBus_
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue