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(@ValidX int gatherX, @ValidY int gatherY, @ValidX int ethX, @ValidY int ethY, @IPAddress String ethAddress, int iptag, @ValidX int x, @ValidY int y, @ValidP int p, long address, int size, 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 @ValidP intRegionLocation.pThe Core's P value.final @ValidP intProcessor.processorIdThe ID of the processor.Methods in uk.ac.manchester.spinnaker.machine with annotations of type ValidP -
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(@ValidP int p) Get the address of user0 for a given processor on the board.default MemoryLocationTransceiverInterface.getUser1RegisterAddress(@ValidP int p) Get the address of user1 for a given processor on the board.default MemoryLocationTransceiverInterface.getUser2RegisterAddress(@ValidP int p) Get the address of user2 for a given processor on the board.