|
|
@@ -25,7 +25,7 @@ public class DeviceData { |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//----------------------------------------------------------------Start 测试 ---------------------------------------------------------------- |
|
|
|
//----------------------------------------------------------------Start 模拟测试 ---------------------------------------------------------------- |
|
|
|
ConcurrentLinkedQueue<Integer> testComms = new ConcurrentLinkedQueue<>(); |
|
|
|
|
|
|
|
public void testAddComm(int value) { |
|
|
@@ -52,7 +52,7 @@ public class DeviceData { |
|
|
|
}); |
|
|
|
; |
|
|
|
} |
|
|
|
//----------------------------------------------------------------End 测试 ---------------------------------------------------------------- |
|
|
|
//----------------------------------------------------------------End 模拟测试 ---------------------------------------------------------------- |
|
|
|
|
|
|
|
//region 初始化 |
|
|
|
public void Init() { |
|
|
|