Uses of Enum Class
uk.ac.manchester.spinnaker.messages.model.SystemVariableDefinition
Packages that use SystemVariableDefinition
Package
Description
Messages used to boot a SpiNNaker board.
Model support classes for the communication messages.
How to actually talk to a SpiNNaker machine.
-
Uses of SystemVariableDefinition in uk.ac.manchester.spinnaker.messages.boot
Methods in uk.ac.manchester.spinnaker.messages.boot with parameters of type SystemVariableDefinitionModifier and TypeMethodDescriptionvoidSystemVariableBootValues.setValue(SystemVariableDefinition systemVariable, Object value) Set a particular boot value.Constructor parameters in uk.ac.manchester.spinnaker.messages.boot with type arguments of type SystemVariableDefinitionModifierConstructorDescriptionBootMessages(Map<SystemVariableDefinition, Object> extraBootValues) Builds the boot messages needed to boot the SpiNNaker machine.BootMessages(MachineVersion boardVersion, Map<SystemVariableDefinition, Object> extraBootValues) Builds the boot messages needed to boot the SpiNNaker machine. -
Uses of SystemVariableDefinition in uk.ac.manchester.spinnaker.messages.model
Subclasses with type arguments of type SystemVariableDefinition in uk.ac.manchester.spinnaker.messages.modelModifier and TypeClassDescriptionenumDefines the system variables available.Methods in uk.ac.manchester.spinnaker.messages.model that return SystemVariableDefinitionModifier and TypeMethodDescriptionstatic SystemVariableDefinitionReturns the enum constant of this class with the specified name.static SystemVariableDefinition[]SystemVariableDefinition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in uk.ac.manchester.spinnaker.messages.model that return types with arguments of type SystemVariableDefinitionModifier and TypeMethodDescriptionstatic List<SystemVariableDefinition> SystemVariableDefinition.variables()Get the list of all variables in order. -
Uses of SystemVariableDefinition in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type SystemVariableDefinitionModifier and TypeMethodDescriptionTransceiver.getHeap(HasChipLocation chip, SystemVariableDefinition heap) TransceiverInterface.getHeap(@Valid HasChipLocation chip, @NotNull SystemVariableDefinition heap) Get the contents of the given heap on a given chip.Method parameters in uk.ac.manchester.spinnaker.transceiver with type arguments of type SystemVariableDefinitionModifier and TypeMethodDescriptionvoidTransceiver.bootBoard(Map<SystemVariableDefinition, Object> extraBootValues) voidTransceiverInterface.bootBoard(Map<SystemVariableDefinition, Object> extraBootValues) Attempt to boot the board.Transceiver.ensureBoardIsReady(int numRetries, Map<SystemVariableDefinition, Object> extraBootValues) TransceiverInterface.ensureBoardIsReady(@PositiveOrZero int numRetries, Map<SystemVariableDefinition, Object> extraBootValues) Ensure that the board is ready to interact with this version of the transceiver.default VersionInfoTransceiverInterface.ensureBoardIsReady(Map<SystemVariableDefinition, Object> extraBootValues) Ensure that the board is ready to interact with this version of the transceiver.