Uses of Annotation Interface
uk.ac.manchester.spinnaker.machine.ValidX
Packages that use ValidX
Package
Description
The core allocation system.
Spalloc v1 compatibility interface.
The user-facing web interface to the new spalloc service.
Describes a SpiNNaker machine.
-
Uses of ValidX in uk.ac.manchester.spinnaker.alloc.allocator
Method parameters in uk.ac.manchester.spinnaker.alloc.allocator with annotations of type ValidXModifier and TypeMethodDescriptionLocate a board within the allocation. -
Uses of ValidX in uk.ac.manchester.spinnaker.alloc.compat
Method parameters in uk.ac.manchester.spinnaker.alloc.compat with annotations of type ValidXModifier 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.protected abstract WhereIsV1CompatTask.whereIsJobChip(int jobId, @ValidX int x, @ValidY int y) Describe where a chip is within a job.protected abstract WhereIsV1CompatTask.whereIsMachineChip(@NotBlank String machineName, @ValidX int x, @ValidY int y) Describe where a chip is within a machine. -
Uses of ValidX in uk.ac.manchester.spinnaker.alloc.web
Method parameters in uk.ac.manchester.spinnaker.alloc.web with annotations of type ValidXModifier 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.voidSpallocServiceAPI.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.voidSpallocServiceAPI.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.voidSpallocServiceAPI.JobAPI.fastDataWrite(@ValidX int gatherX, @ValidY int gatherY, @Positive int gatherP, @ValidX int ethX, @ValidY int ethY, @IPAddress String ethAddress, int iptag, @ValidX int x, @ValidY int y, long address, byte[] bytes, AsyncResponse response) Write data to job boards using the fast data protocol.voidSpallocServiceAPI.JobAPI.fastDataWrite(@ValidX int gatherX, @ValidY int gatherY, @Positive int gatherP, @ValidX int ethX, @ValidY int ethY, @IPAddress String ethAddress, int iptag, @ValidX int x, @ValidY int y, long address, byte[] bytes, AsyncResponse response) Write data to job boards using the fast data protocol.voidSpallocServiceAPI.JobAPI.fastDataWrite(@ValidX int gatherX, @ValidY int gatherY, @Positive int gatherP, @ValidX int ethX, @ValidY int ethY, @IPAddress String ethAddress, int iptag, @ValidX int x, @ValidY int y, long address, byte[] bytes, AsyncResponse response) Write data to job boards using the fast data protocol.SpallocServiceAPI.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.voidSpallocServiceAPI.JobAPI.readDataFromJob(@ValidX int x, @ValidY int y, long address, int size, AsyncResponse response) Read data from job boards.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.voidSpallocServiceAPI.JobAPI.writeDataToJob(@ValidX int x, @ValidY int y, long address, byte[] bytes, AsyncResponse response) Write data to job boards. -
Uses of ValidX in uk.ac.manchester.spinnaker.machine
Fields in uk.ac.manchester.spinnaker.machine with annotations of type ValidXMethods in uk.ac.manchester.spinnaker.machine with annotations of type ValidX