From 62a55369aa23d4b9cee5e66e0520b3803c33de6f Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 21 六月 2021 13:29:37 +0800 Subject: [PATCH] 1. 新增走航检测污染溯源模型逻辑 --- src/test/kotlin/com/flightfeather/uav/Test.kt | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/test/kotlin/com/flightfeather/uav/Test.kt b/src/test/kotlin/com/flightfeather/uav/Test.kt index 9ab8a21..38e6067 100644 --- a/src/test/kotlin/com/flightfeather/uav/Test.kt +++ b/src/test/kotlin/com/flightfeather/uav/Test.kt @@ -1,5 +1,6 @@ package com.flightfeather.uav +import com.flightfeather.uav.common.utils.FileExchange import com.flightfeather.uav.socket.bean.DataUnit import com.flightfeather.uav.socket.decoder.AirDataDecoder import com.flightfeather.uav.socket.eunm.AirCommandUnit @@ -41,4 +42,9 @@ out.flush() out.close() } + + @Test + fun dataChange() { + FileExchange().doTask2() + } } \ No newline at end of file -- Gitblit v1.9.3