Class WhereIsJobChipCommand

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

public class WhereIsJobChipCommand
extends Command<Integer>
Request to get the location of a chip in a job's allocation relative to a machine.
See Also:
Spalloc Server documentation, The basic result type associated with the request
  • Constructor Details

    • WhereIsJobChipCommand

      public WhereIsJobChipCommand​(int jobId, HasChipLocation chip)
      Create a request to locate a chip within a job's allocation.
      Parameters:
      jobId - The job to request about.
      chip - The coordinates of the chip to ask about.