Uses of Class
uk.ac.manchester.spinnaker.machine.MachineDimensions
Packages that use MachineDimensions
Package
Description
Describes a SpiNNaker machine.
Beans used to describe a SpiNNaker machine in JSON.
Model support classes for the communication messages.
SpiNNaker old-style machine allocation client.
Storage management.
Storage management implementation that uses SQLite.
How to actually talk to a SpiNNaker machine.
-
Uses of MachineDimensions in uk.ac.manchester.spinnaker.machine
Fields in uk.ac.manchester.spinnaker.machine declared as MachineDimensionsModifier and TypeFieldDescriptionfinal @Valid MachineDimensionsMachine.machineDimensionsSize of the machine along the X and Y axes, in chips.final MachineDimensionsMachineVersion.machineDimensionsThe only possible dimensions for this version ornullif multiple sizes allowed.Methods in uk.ac.manchester.spinnaker.machine with parameters of type MachineDimensionsModifier and TypeMethodDescriptionstatic MachineVersionMachineVersion.bySize(MachineDimensions dimensions) Calculate the machine version based on the size.SpiNNakerTriadGeometry.getPotentialRootChips(MachineDimensions dimensions) Get the coordinates of bottom left chip on each board.Constructors in uk.ac.manchester.spinnaker.machine with parameters of type MachineDimensionsModifierConstructorDescriptionMachine(MachineDimensions machineDimensions, Iterable<Chip> chips, HasChipLocation boot) Creates a machine starting with the supplied chips.Machine(MachineDimensions machineDimensions, HasChipLocation boot) Creates an empty machine.VirtualMachine(MachineDimensions machineDimensions) Creates a virtual machine to fill the machine dimensions with no ignores.VirtualMachine(MachineDimensions machineDimensions, Set<ChipLocation> ignoreChips, Map<ChipLocation, Set<Integer>> ignoreCores, Map<ChipLocation, EnumSet<Direction>> ignoreLinks) Creates a virtual machine to fill the machine dimensions. -
Uses of MachineDimensions in uk.ac.manchester.spinnaker.machine.bean
Methods in uk.ac.manchester.spinnaker.machine.bean that return MachineDimensions -
Uses of MachineDimensions in uk.ac.manchester.spinnaker.messages.model
Methods in uk.ac.manchester.spinnaker.messages.model that return MachineDimensionsConstructors in uk.ac.manchester.spinnaker.messages.model with parameters of type MachineDimensionsModifierConstructorDescriptionP2PTable(MachineDimensions dimensions, Collection<ByteBuffer> columnData) Construct a routing table from data. -
Uses of MachineDimensions in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return MachineDimensions -
Uses of MachineDimensions in uk.ac.manchester.spinnaker.storage
Methods in uk.ac.manchester.spinnaker.storage that return MachineDimensions -
Uses of MachineDimensions in uk.ac.manchester.spinnaker.storage.sqlite
Methods in uk.ac.manchester.spinnaker.storage.sqlite that return MachineDimensions -
Uses of MachineDimensions in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return MachineDimensionsModifier and TypeMethodDescriptionTransceiver.getMachineDimensions()TransceiverInterface.getMachineDimensions()Get the maximum chip x-coordinate and maximum chip y-coordinate of the chips in the machine.