| | |
| | | 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; |
| | |
| | | |
| | | boolean isChargingCompleted();//是否充电完成 |
| | | |
| | | boolean isFault();//是否故障 |
| | | |
| | | List<NavigateNode> getMoveAdvancePath();//获取穿梭车任务路径 |
| | | |
| | | int generateDeviceTaskNo(int taskNo, ShuttleTaskNoType type);//生成硬件设备工作号 |
| | |
| | | |
| | | boolean offerSystemMsg(String format, Object... arguments); |
| | | |
| | | JSONObject parseStatusToMsg(ShuttleProtocol shuttleProtocol); |
| | | |
| | | //***************获取命令***************** |
| | | |
| | | ShuttleCommand getMoveCommand(Integer taskNo, String startCodeNum, String distCodeNum, Integer allDistance, Integer runDirection, Integer runSpeed, List<NavigateNode> nodes);//获取移动命令 |