Uses of Class
uk.ac.manchester.spinnaker.alloc.web.WhereIsResponse

Packages that use WhereIsResponse 
Package Description
uk.ac.manchester.spinnaker.alloc.web
The user-facing web interface to the new spalloc service.
  • Uses of WhereIsResponse in uk.ac.manchester.spinnaker.alloc.web

    Methods in uk.ac.manchester.spinnaker.alloc.web that return WhereIsResponse 
    Modifier and Type Method Description
    WhereIsResponse SpallocServiceAPI.JobAPI.getJobChipLocation​(@uk.ac.manchester.spinnaker.machine.ValidX int x, @uk.ac.manchester.spinnaker.machine.ValidY int y)
    Get the location description of a board given the job-local coordinates of a chip on that board.
    WhereIsResponse SpallocServiceAPI.MachineAPI.whereIsIPAddress​(@IPAddress String address)
    Get the location description of a board given its ethernet chip's IP address.
    WhereIsResponse SpallocServiceAPI.MachineAPI.whereIsLogicalPosition​(@uk.ac.manchester.spinnaker.machine.board.ValidTriadX int x, @uk.ac.manchester.spinnaker.machine.board.ValidTriadY int y, @uk.ac.manchester.spinnaker.machine.board.ValidTriadZ int z)
    Get the location description of a board given its logical coords.
    WhereIsResponse SpallocServiceAPI.MachineAPI.whereIsMachineChipLocation​(@uk.ac.manchester.spinnaker.machine.ValidX int x, @uk.ac.manchester.spinnaker.machine.ValidY int y)
    Get the location description of a board given the global coordinates of a chip on the board.
    WhereIsResponse SpallocServiceAPI.MachineAPI.whereIsPhysicalPosition​(@uk.ac.manchester.spinnaker.machine.board.ValidCabinetNumber int cabinet, @uk.ac.manchester.spinnaker.machine.board.ValidFrameNumber int frame, @uk.ac.manchester.spinnaker.machine.board.ValidBoardNumber int board)
    Get the location description of a board given its physical coords.