Class GetBoardPositionCommand
java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.Command<Integer>
uk.ac.manchester.spinnaker.spalloc.messages.GetBoardPositionCommand
Request the physical location of a board.
-
Constructor Summary
ConstructorsConstructorDescriptionGetBoardPositionCommand
(@NotBlank String machine, @Valid TriadCoords coords) Create a request. -
Method Summary
-
Constructor Details
-
GetBoardPositionCommand
public GetBoardPositionCommand(@NotBlank @NotBlank String machine, @Valid @Valid TriadCoords coords) Create a request.- Parameters:
machine
- The machine to ask about.coords
- The logical coordinates of the board.
-