Uses of Class
uk.ac.manchester.spinnaker.messages.boot.SystemVariableBootValues
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.boot |
Messages used to boot a SpiNNaker board.
|
-
Uses of SystemVariableBootValues in uk.ac.manchester.spinnaker.messages.boot
Methods in uk.ac.manchester.spinnaker.messages.boot that return SystemVariableBootValues Modifier and Type Method Description static SystemVariableBootValues
SystemVariableBootValues. get(int boardVersion)
Get the default values of the system variables that get passed to SpiNNaker during boot for a particular version of SpiNNaker board.static SystemVariableBootValues
SystemVariableBootValues. get(MachineVersion boardVersion)
Get the default values of the system variables that get passed to SpiNNaker during boot for a particular version of SpiNNaker board.Constructors in uk.ac.manchester.spinnaker.messages.boot with parameters of type SystemVariableBootValues Constructor Description SystemVariableBootValues(SystemVariableBootValues original)
Create a set of boot values that is a copy of an existing set of boot values.