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
Methods in uk.ac.manchester.spinnaker.alloc.web that return WhereIsResponseModifier and TypeMethodDescriptionSpallocServiceAPI.JobAPI.getJobChipLocation(@ValidX int x, @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(@ValidTriadX int x, @ValidTriadY int y, @ValidTriadZ int z) Get the location description of a board given its logical coords.SpallocServiceAPI.MachineAPI.whereIsMachineChipLocation(@ValidX int x, @ValidY int y) Get the location description of a board given the global coordinates of a chip on the board.SpallocServiceAPI.MachineAPI.whereIsPhysicalPosition(@ValidCabinetNumber int cabinet, @ValidFrameNumber int frame, @ValidBoardNumber int board) Get the location description of a board given its physical coords.