Interface SpallocServiceAPI.MachineAPI

Enclosing interface:
SpallocServiceAPI

@Path("machines/{name}")
public static interface SpallocServiceAPI.MachineAPI
Interface to a particular machine.
Author:
Donal Fellows
  • Method Summary

    Modifier and Type Method Description
    void describeMachine​(boolean wait, AsyncResponse response)
    Describe the basic info about a machine.
    WhereIsResponse whereIsIPAddress​(@IPAddress String address)
    Get the location description of a board given its ethernet chip's IP address.
    WhereIsResponse 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 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 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.