Class BootMessages
java.lang.Object
uk.ac.manchester.spinnaker.messages.boot.BootMessages
public class BootMessages extends Object
Represents a set of boot messages to be sent to boot the board.
-
Constructor Summary
Constructors Constructor Description BootMessages()
Builds the boot messages needed to boot the SpiNNaker machine.BootMessages(Map<SystemVariableDefinition,Object> extraBootValues)
Builds the boot messages needed to boot the SpiNNaker machine.BootMessages(MachineVersion boardVersion)
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. -
Method Summary
Modifier and Type Method Description Stream<BootMessage>
getMessages()
-
Constructor Details
-
BootMessages
public BootMessages()Builds the boot messages needed to boot the SpiNNaker machine. -
BootMessages
Builds the boot messages needed to boot the SpiNNaker machine.- Parameters:
boardVersion
- The version of the board to be booted
-
BootMessages
Builds the boot messages needed to boot the SpiNNaker machine.- Parameters:
extraBootValues
- Any additional values to be set during boot
-
BootMessages
public BootMessages(MachineVersion boardVersion, Map<SystemVariableDefinition,Object> extraBootValues)Builds the boot messages needed to boot the SpiNNaker machine.- Parameters:
boardVersion
- The version of the board to be bootedextraBootValues
- Any additional values to be set during boot
-
-
Method Details
-
getMessages
- Returns:
- a stream of messages to be sent.
-