Uses of Class
uk.ac.manchester.spinnaker.messages.model.SystemVariableDefinition
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.boot |
Messages used to boot a SpiNNaker board.
|
uk.ac.manchester.spinnaker.messages.model |
Model support classes for the communication messages.
|
uk.ac.manchester.spinnaker.transceiver |
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 SystemVariableDefinition Modifier and Type Method Description void
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 SystemVariableDefinition Constructor Description BootMessages(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 SystemVariableDefinition Modifier and Type Method Description static SystemVariableDefinition
SystemVariableDefinition. valueOf(String name)
Returns the enum constant of this type with the specified name.static SystemVariableDefinition[]
SystemVariableDefinition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.ac.manchester.spinnaker.messages.model that return types with arguments of type SystemVariableDefinition Modifier and Type Method Description static 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 SystemVariableDefinition Modifier and Type Method Description List<HeapElement>
Transceiver. getHeap(HasChipLocation chip, SystemVariableDefinition heap)
List<HeapElement>
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 SystemVariableDefinition Modifier and Type Method Description void
Transceiver. bootBoard(Map<SystemVariableDefinition,Object> extraBootValues)
void
TransceiverInterface. bootBoard(Map<SystemVariableDefinition,Object> extraBootValues)
Attempt to boot the board.VersionInfo
Transceiver. ensureBoardIsReady(int numRetries, Map<SystemVariableDefinition,Object> extraBootValues)
VersionInfo
TransceiverInterface. ensureBoardIsReady(@javax.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.