From ff3b5df7015b2f2c5e24d9973a7b443309d8e579 Mon Sep 17 00:00:00 2001 From: Junjie <540245094@qq.com> Date: 星期六, 19 七月 2025 18:07:29 +0800 Subject: [PATCH] # --- src/main/java/com/zy/core/thread/ShuttleThread.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/core/thread/ShuttleThread.java b/src/main/java/com/zy/core/thread/ShuttleThread.java index 993d0d1..a1444cc 100644 --- a/src/main/java/com/zy/core/thread/ShuttleThread.java +++ b/src/main/java/com/zy/core/thread/ShuttleThread.java @@ -1,6 +1,7 @@ package com.zy.core.thread; +import com.alibaba.fastjson.JSONObject; import com.zy.common.ExecuteSupport; import com.zy.common.model.NavigateNode; import com.zy.core.ThreadHandler; @@ -18,6 +19,8 @@ ShuttleProtocol getStatus(boolean clone);//鑾峰彇鍥涘悜绌挎杞︾姸鎬� ShuttleProtocol getStatus();//鑾峰彇鍥涘悜绌挎杞︾姸鎬�-榛樿clone + + Object getOriginDeviceData(); CommandResponse movePath(List<NavigateNode> nodes, Integer taskNo);//璺緞涓嬪彂 @@ -67,6 +70,10 @@ boolean offerSystemMsg(String format, Object... arguments); + void updateDeviceDataLogTime(long time); + + JSONObject parseStatusToMsg(ShuttleProtocol shuttleProtocol); + //***************鑾峰彇鍛戒护***************** ShuttleCommand getMoveCommand(Integer taskNo, String startCodeNum, String distCodeNum, Integer allDistance, Integer runDirection, Integer runSpeed, List<NavigateNode> nodes);//鑾峰彇绉诲姩鍛戒护 -- Gitblit v1.9.1