Uses of Enum Class
uk.ac.manchester.spinnaker.messages.model.PowerCommand
Packages that use PowerCommand
Package
Description
Messages that talk to the BMP.
Model support classes for the communication messages.
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 PowerCommandModifierConstructorDescriptionSetPower
(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 PowerCommandModifier and TypeMethodDescriptionstatic PowerCommand
Returns the enum constant of this class with the specified name.static PowerCommand[]
PowerCommand.values()
Returns an array containing the constants of this enum class, 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 PowerCommandModifier and TypeMethodDescriptionvoid
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)