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 void
V1CompatTask.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 TypeMethodDescriptionvoid
SpallocServiceAPI.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 int
RegionLocation.p
The Core's P value.final @uk.ac.manchester.spinnaker.machine.ValidP int
Processor.processorId
The ID of the processor.Methods in uk.ac.manchester.spinnaker.machine with annotations of type ValidPModifier and TypeMethodDescription@uk.ac.manchester.spinnaker.machine.ValidP int
HasCoreLocation.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 MemoryLocation
TransceiverInterface.getUser0RegisterAddress
(@uk.ac.manchester.spinnaker.machine.ValidP int p) Get the address of user0 for a given processor on the board.default MemoryLocation
TransceiverInterface.getUser1RegisterAddress
(@uk.ac.manchester.spinnaker.machine.ValidP int p) Get the address of user1 for a given processor on the board.default MemoryLocation
TransceiverInterface.getUser2RegisterAddress
(@uk.ac.manchester.spinnaker.machine.ValidP int p) Get the address of user2 for a given processor on the board.