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

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

    Modifier and Type
    Method
    Description
    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.
    SpallocServiceAPI.MachineAPI.whereIsIPAddress(@IPAddress String address)
    Get the location description of a board given its ethernet chip's IP address.
    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.
    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.
    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.