Junjie
1 天以前 63083366695d176ec31f9ff88dc79446582f61c5
src/main/java/com/zy/core/thread/StationThread.java
@@ -14,6 +14,10 @@
    Map<Integer, StationProtocol> getStatusMap();
    default boolean hasRecentArrival(Integer stationId, Integer taskNo) {
        return false;
    }
    StationCommand getCommand(StationCommandType commandType, Integer taskNo, Integer stationId, Integer targetStationId, Integer palletSize);
    default StationCommand getCommand(StationCommandType commandType,
@@ -40,6 +44,12 @@
        return getCommand(StationCommandType.MOVE, taskNo, stationId, targetStationId, palletSize, pathLenFactor);
    }
    boolean clearPath(Integer taskNo);
    default boolean clearPathByStationSlot(Integer stationId, Integer slotIdx) {
        return false;
    }
    CommandResponse sendCommand(StationCommand command);
    CommandResponse sendOriginCommand(String address, short[] data);