| | |
| | | |
| | | CommandResponse shuttleSwitch(ForkLiftCommand command);//小车换层 |
| | | |
| | | CommandResponse move(ForkLiftCommand command);//小车换层 |
| | | |
| | | CommandResponse reset();//复位 |
| | | |
| | | boolean isIdle();//是否空闲 |
| | |
| | | |
| | | List<ForkLiftCommand> getPickAndPutCommand(Integer taskNo, Integer pick, Integer put);//取放货指令 |
| | | |
| | | List<ForkLiftCommand> getShuttleSwitchCommand(Integer taskNo, Integer originLev, Integer targetLev);//小车换层 |
| | | List<ForkLiftCommand> getShuttleSwitchCommand(Integer taskNo, Integer pick, Integer put);//小车换层 |
| | | |
| | | List<ForkLiftCommand> getMoveCommand(Integer taskNo, Integer pick, Integer put);//提升机移动 |
| | | |
| | | } |