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
Subclasses with type arguments of type PowerCommand in uk.ac.manchester.spinnaker.messages.modelMethods in uk.ac.manchester.spinnaker.messages.model that return PowerCommandModifier and TypeMethodDescriptionstatic PowerCommandReturns 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 TypeMethodDescriptionvoidBMPTransceiverInterface.power(@NotNull PowerCommand powerCommand, @Valid BMPCoords bmp, Collection<@Valid BMPBoard> boards) Send a power request to the machine.voidTransceiver.power(PowerCommand powerCommand, BMPCoords bmp, Collection<BMPBoard> boards) voidUnimplementedBMPTransceiver.power(PowerCommand powerCommand, BMPCoords bmp, Collection<BMPBoard> boards)