Uses of Class
uk.ac.manchester.spinnaker.messages.boot.BootMessage
Package | Description |
---|---|
uk.ac.manchester.spinnaker.connections |
Classes used to model types of connections that talk to SpiNNaker.
|
uk.ac.manchester.spinnaker.messages.boot |
Messages used to boot a SpiNNaker board.
|
-
Uses of BootMessage in uk.ac.manchester.spinnaker.connections
Methods in uk.ac.manchester.spinnaker.connections that return BootMessage Modifier and Type Method Description BootMessage
BootConnection. receiveMessage(int timeout)
Methods in uk.ac.manchester.spinnaker.connections with parameters of type BootMessage Modifier and Type Method Description void
BootConnection. sendBootMessage(BootMessage bootMessage)
Sends a SpiNNaker boot message using this connection. -
Uses of BootMessage in uk.ac.manchester.spinnaker.messages.boot
Methods in uk.ac.manchester.spinnaker.messages.boot that return types with arguments of type BootMessage Modifier and Type Method Description Stream<BootMessage>
BootMessages. getMessages()