Class WhereIsMachineBoardPhysicalCommand

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

public class WhereIsMachineBoardPhysicalCommand extends Command<Integer>
Request to get the location of a board in a machine by physical location.
See Also:
  • Constructor Details

    • WhereIsMachineBoardPhysicalCommand

      public WhereIsMachineBoardPhysicalCommand(@NotBlank @NotBlank String machine, @Valid @NotNull @Valid @NotNull PhysicalCoords coords)
      Create a request to locate a board on a machine.
      Parameters:
      machine - The machine to request about.
      coords - The physical coordinates of the board to ask about.