Обновление платы на V2
This commit is contained in:
parent
678ac85988
commit
1e6d755ea2
|
|
@ -17,7 +17,9 @@
|
||||||
|
|
||||||
#ifndef HVAC_model_types_h_
|
#ifndef HVAC_model_types_h_
|
||||||
#define HVAC_model_types_h_
|
#define HVAC_model_types_h_
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#ifndef DEFINED_TYPEDEF_FOR_CmdCAN_CCU_STAT1_Bus_
|
#ifndef DEFINED_TYPEDEF_FOR_CmdCAN_CCU_STAT1_Bus_
|
||||||
#define DEFINED_TYPEDEF_FOR_CmdCAN_CCU_STAT1_Bus_
|
#define DEFINED_TYPEDEF_FOR_CmdCAN_CCU_STAT1_Bus_
|
||||||
|
|
||||||
|
|
@ -151,6 +153,24 @@ typedef struct {
|
||||||
uint16_t PBATT_CHECK;
|
uint16_t PBATT_CHECK;
|
||||||
uint16_t VN7008AJ_FrontLINActuatorPowerDriverAB;
|
uint16_t VN7008AJ_FrontLINActuatorPowerDriverAB;
|
||||||
uint16_t VN7008AJ_RearLINActuatorPowerDriverC;
|
uint16_t VN7008AJ_RearLINActuatorPowerDriverC;
|
||||||
|
|
||||||
|
|
||||||
|
uint16_t PT_F_HVAC_VCC_DIAG;
|
||||||
|
uint16_t PT_HVBchiller_VCC_DIAG;
|
||||||
|
uint16_t PT_R_HVAC_VCC_DIAG;
|
||||||
|
|
||||||
|
uint16_t Sensor_PT_fHVAC_P;
|
||||||
|
uint16_t Sensor_PT_fHVAC_T;
|
||||||
|
uint16_t Sensor_PT_rHVAC_P;
|
||||||
|
uint16_t Sensor_PT_rHVAC_T;
|
||||||
|
uint16_t Sensor_HVBchiller_P;
|
||||||
|
uint16_t Sensor_HVBchiller_T;
|
||||||
|
uint16_t Sensor_PT_P_reserve;
|
||||||
|
uint16_t Sensor_PT_T_reserve;
|
||||||
|
uint16_t Sensor_A_T_reserve;
|
||||||
|
uint16_t Sensor_B_T_reserve;
|
||||||
|
|
||||||
|
|
||||||
} CmdBusADCData;
|
} CmdBusADCData;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue