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.
See Also:
Spalloc Server documentation, The basic result type associated with the request
  • Constructor Details

    • WhereIsMachineChipCommand

      public WhereIsMachineChipCommand​(String machine, HasChipLocation chip)
      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.