Uses of Enum Class
uk.ac.manchester.spinnaker.machine.MachineVersion
Packages that use MachineVersion
-
Uses of MachineVersion in uk.ac.manchester.spinnaker.machine
Fields in uk.ac.manchester.spinnaker.machine declared as MachineVersionModifier and TypeFieldDescriptionfinal MachineVersion
Machine.version
The version of the machine based on its height and width.Methods in uk.ac.manchester.spinnaker.machine that return MachineVersionModifier and TypeMethodDescriptionstatic MachineVersion
Converts a python board ID into a MachineVersion.static MachineVersion
MachineVersion.bySize
(int width, int height) Calculate the machine version based on the size.static MachineVersion
MachineVersion.bySize
(MachineDimensions dimensions) Calculate the machine version based on the size.static MachineVersion
Returns the enum constant of this class with the specified name.static MachineVersion[]
MachineVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in uk.ac.manchester.spinnaker.machine with parameters of type MachineVersionModifierConstructorDescriptionVirtualMachine
(MachineVersion version) Creates a virtual machine based on the given machine version.