| | |
| | | |
| | | boolean reset(ShuttleCommand command);//复位开关 |
| | | |
| | | boolean updateLocation(ShuttleCommand param);//更新坐标 |
| | | |
| | | boolean isIdle(); |
| | | |
| | | boolean isIdle(ExecuteSupport support);//是否空闲 |
| | |
| | | |
| | | boolean setPakMk(boolean pakMk);//设置标记 |
| | | |
| | | boolean enableMoveLoc(ShuttleMoveLocParam param); |
| | | boolean enableMoveLoc(ShuttleMoveLocParam param, boolean enable); |
| | | |
| | | //***************获取命令***************** |
| | | |
| | |
| | | |
| | | ShuttleCommand getChargeCommand(Integer taskNo, Boolean charge);//充电开关命令 true=>开 false=>关 |
| | | |
| | | ShuttleCommand getUpdateLocationCommand(Integer taskNo, String locNo);//获取更新坐标命令 |
| | | |
| | | } |