Uses of Class
uk.ac.manchester.spinnaker.messages.model.PowerCommand
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.bmp |
Messages that talk to the BMP.
|
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 PowerCommand in uk.ac.manchester.spinnaker.messages.bmp
Constructors in uk.ac.manchester.spinnaker.messages.bmp with parameters of type PowerCommand Constructor Description SetPower(PowerCommand powerCommand, Collection<BMPBoard> boards, double delay)
-
Uses of PowerCommand in uk.ac.manchester.spinnaker.messages.model
Methods in uk.ac.manchester.spinnaker.messages.model that return PowerCommand Modifier and Type Method Description static PowerCommand
PowerCommand. valueOf(String name)
Returns the enum constant of this type with the specified name.static PowerCommand[]
PowerCommand. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PowerCommand in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type PowerCommand Modifier and Type Method Description void
BMPTransceiverInterface. power(@NotNull PowerCommand powerCommand, @Valid BMPCoords bmp, Collection<@Valid BMPBoard> boards)
Send a power request to the machine.void
Transceiver. power(PowerCommand powerCommand, BMPCoords bmp, Collection<BMPBoard> boards)
void
UnimplementedBMPTransceiver. power(PowerCommand powerCommand, BMPCoords bmp, Collection<BMPBoard> boards)