Uses of Annotation Interface
uk.ac.manchester.spinnaker.machine.ValidP
Packages that use ValidP
Package
Description
Spalloc v1 compatibility interface.
The user-facing web interface to the new spalloc service.
Describes a SpiNNaker machine.
How to actually talk to a SpiNNaker machine.
-
Uses of ValidP in uk.ac.manchester.spinnaker.alloc.compat
Method parameters in uk.ac.manchester.spinnaker.alloc.compat with annotations of type ValidPModifier and TypeMethodDescriptionprotected abstract voidV1CompatTask.reportProblem(@IPAddress String address, @ValidX Integer x, @ValidY Integer y, @ValidP Integer p, String description) Report a problem with a board, chip or core. -
Uses of ValidP in uk.ac.manchester.spinnaker.alloc.web
Method parameters in uk.ac.manchester.spinnaker.alloc.web with annotations of type ValidPModifier and TypeMethodDescriptionvoidSpallocServiceAPI.JobAPI.fastDataRead(@uk.ac.manchester.spinnaker.machine.ValidX int gatherX, @uk.ac.manchester.spinnaker.machine.ValidY int gatherY, @uk.ac.manchester.spinnaker.machine.ValidX int ethX, @uk.ac.manchester.spinnaker.machine.ValidY int ethY, @IPAddress String ethAddress, int iptag, @uk.ac.manchester.spinnaker.machine.ValidX int x, @uk.ac.manchester.spinnaker.machine.ValidY int y, @uk.ac.manchester.spinnaker.machine.ValidP int p, long address, int size, jakarta.ws.rs.container.AsyncResponse response) Read data from job boards using the fast data download protocol. -
Uses of ValidP in uk.ac.manchester.spinnaker.machine
Fields in uk.ac.manchester.spinnaker.machine with annotations of type ValidPModifier and TypeFieldDescriptionfinal @uk.ac.manchester.spinnaker.machine.ValidP intRegionLocation.pThe Core's P value.final @uk.ac.manchester.spinnaker.machine.ValidP intProcessor.processorIdThe ID of the processor.Methods in uk.ac.manchester.spinnaker.machine with annotations of type ValidPModifier and TypeMethodDescription@uk.ac.manchester.spinnaker.machine.ValidP intHasCoreLocation.getP() -
Uses of ValidP in uk.ac.manchester.spinnaker.transceiver
Method parameters in uk.ac.manchester.spinnaker.transceiver with annotations of type ValidPModifier and TypeMethodDescriptiondefault MemoryLocationTransceiverInterface.getUser0RegisterAddress(@uk.ac.manchester.spinnaker.machine.ValidP int p) Get the address of user0 for a given processor on the board.default MemoryLocationTransceiverInterface.getUser1RegisterAddress(@uk.ac.manchester.spinnaker.machine.ValidP int p) Get the address of user1 for a given processor on the board.default MemoryLocationTransceiverInterface.getUser2RegisterAddress(@uk.ac.manchester.spinnaker.machine.ValidP int p) Get the address of user2 for a given processor on the board.