java.lang.Object
uk.ac.manchester.spinnaker.nmpi.machinemanager.commands.Command<Integer>
uk.ac.manchester.spinnaker.nmpi.machinemanager.commands.WhereIsCommand

public class WhereIsCommand
extends Command<Integer>
Request to get the location of a chip in a job's allocation relative to a machine.
  • Constructor Details

    • WhereIsCommand

      public WhereIsCommand​(int jobId, int chipX, int chipY)
      Create a request to locate a chip within a job's allocation.
      Parameters:
      jobId - The job to request about.
      chipX - The X coordinate of the chip to ask about.
      chipY - The Y coordinate of the chip to ask about.