From 9564b5da6e019b29b9779fcc13f9b82c9487befa Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 28 三月 2024 15:11:25 +0800
Subject: [PATCH] Merge branch 'Four-Way-Rack' of http://47.97.1.152:5880/r/zy-asrs-master into Four-Way-Rack

---
 zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/thread/ShuttleThread.java |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/thread/ShuttleThread.java b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/thread/ShuttleThread.java
index c5e096b..d703810 100644
--- a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/thread/ShuttleThread.java
+++ b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/thread/ShuttleThread.java
@@ -1,9 +1,29 @@
 package com.zy.asrs.wcs.rcs.thread;
 
+import com.zy.asrs.wcs.core.model.NavigateNode;
+import com.zy.asrs.wcs.core.model.command.ShuttleCommand;
+import com.zy.asrs.wcs.rcs.entity.Device;
 import com.zy.asrs.wcs.rcs.model.protocol.ShuttleProtocol;
+
+import java.util.List;
 
 public interface ShuttleThread extends ThreadHandler{
 
     ShuttleProtocol getStatus();//鑾峰彇鍥涘悜绌挎杞︾姸鎬�
 
+    Device getDevice();//鑾峰彇璁惧淇℃伅
+
+    boolean movePath(List<NavigateNode> nodes, Integer taskNo);//璺緞涓嬪彂
+
+    boolean move(ShuttleCommand command);//绉诲姩
+
+    boolean lift(ShuttleCommand command);//椤跺崌
+
+    boolean charge(ShuttleCommand command);//鍏呯數寮�鍏�
+
+    boolean reset(ShuttleCommand command);//澶嶄綅寮�鍏�
+
+    //***************鑾峰彇鍛戒护*****************
+    ShuttleCommand getMoveCommand(Integer taskNo, String startCodeNum, String distCodeNum, Integer allDistance, Integer runDirection, Integer runSpeed);
+
 }

--
Gitblit v1.9.1