SourceCode/Bond/BondEq/Common.h
@@ -4,6 +4,11 @@ #define MC_TIME_SEPAR 1000 #define UNITA _T("UNITA") #define UNITB _T("UNITB") #define UNITC _T("C") /* Context Ret code */ #define CRC_ACK_REJECT -3 #define CRC_TIMEOUT -2 @@ -87,3 +92,21 @@ /* 按钮id */ #define VIEW_TOOL_BTN_CLOSE 0x1016 /* 单元数据 */ typedef struct _UNITDATA1 { ULONG64 time; /* 0:上腔体温度 */ /* 1:下腔体温度 */ /* 2~9:8个腔体监测温度 */ float temp[12]; /* 腔体真空 pa */ float vacuum; /* 5个压力值 kg */ float pressure[5]; } UNITDATA1;