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 TypeMethodDescriptionvoid
SystemVariableBootValues.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
Methods in uk.ac.manchester.spinnaker.messages.model that return SystemVariableDefinitionModifier and TypeMethodDescriptionstatic SystemVariableDefinition
Returns 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 TypeMethodDescriptionvoid
Transceiver.bootBoard
(Map<SystemVariableDefinition, Object> extraBootValues) void
TransceiverInterface.bootBoard
(Map<SystemVariableDefinition, Object> extraBootValues) Attempt to boot the board.Transceiver.ensureBoardIsReady
(int numRetries, Map<SystemVariableDefinition, Object> extraBootValues) TransceiverInterface.ensureBoardIsReady
(@jakarta.validation.constraints.PositiveOrZero int numRetries, Map<SystemVariableDefinition, Object> extraBootValues) Ensure that the board is ready to interact with this version of the transceiver.default VersionInfo
TransceiverInterface.ensureBoardIsReady
(Map<SystemVariableDefinition, Object> extraBootValues) Ensure that the board is ready to interact with this version of the transceiver.