Class WhereIsMachineChipCommand
java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.Command<Integer>
uk.ac.manchester.spinnaker.spalloc.messages.WhereIsMachineChipCommand
public class WhereIsMachineChipCommand extends Command<Integer>
Request to get the location of a chip in a machine.
-
Constructor Summary
Constructors Constructor Description WhereIsMachineChipCommand(String machine, HasChipLocation chip)
Create a request to locate a chip on a machine. -
Method Summary
-
Constructor Details
-
WhereIsMachineChipCommand
Create a request to locate a chip on a machine.- Parameters:
machine
- The machine to request about.chip
- The coordinates of the chip to ask about.
-