Class GetBoardPositionCommand

java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.Command<Integer>
uk.ac.manchester.spinnaker.spalloc.messages.GetBoardPositionCommand

public class GetBoardPositionCommand extends Command<Integer>
Request the physical location of a board.
See Also:
  • 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.