Class GetBoardAtPositionCommand

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

public class GetBoardAtPositionCommand extends Command<Integer>
Request the logical location of a board.
See Also:
  • Constructor Details

    • GetBoardAtPositionCommand

      public GetBoardAtPositionCommand(@NotBlank @NotBlank String machine, @Valid @Valid PhysicalCoords coords)
      Create a request.
      Parameters:
      machine - The machine to ask about.
      coords - The logical coordinates of the board.