完成了实时数据的接收和组装字节流
This commit is contained in:
@@ -131,15 +131,15 @@ void* client_manager_thread(void* arg) {
|
||||
std::vector<PointInfo> points2 = {
|
||||
{"P101", "Generator Output", "D002",1 ,1, 1, 1, 1}
|
||||
};
|
||||
//00-B7-8D-A8-00-D6
|
||||
//00-B7-8D-A8-00-D6 00-B7-8D-01-79-06
|
||||
// <20><><EFBFBD><EFBFBD>װ<EFBFBD><D7B0><EFBFBD>б<EFBFBD>
|
||||
std::vector<DeviceInfo> devices = {
|
||||
{
|
||||
"D001", "Primary Device", "Model-X", "00-B7-8D-A8-00-D9",
|
||||
"D001", "Primary Device", "Model-X", "00-B7-8D-01-79-06",
|
||||
1, points1
|
||||
},
|
||||
{
|
||||
"D002", "Backup Device", "Model-Y", "00-B7-8D-01-79-06",
|
||||
"D002", "Backup Device", "Model-Y", "00-B7-8D-A8-00-D6",
|
||||
1, points2
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user