Uses of Enum Class
uk.ac.manchester.spinnaker.messages.model.LEDAction
Packages that use LEDAction
Package
Description
Messages that talk to the BMP.
Model support classes for the communication messages.
The messages of SpiNNaker Control Protocol (SCP).
How to actually talk to a SpiNNaker machine.
-
Uses of LEDAction in uk.ac.manchester.spinnaker.messages.bmp
Constructors in uk.ac.manchester.spinnaker.messages.bmp with parameters of type LEDActionModifierConstructorDescriptionBMPSetLED
(Collection<Integer> leds, LEDAction action, Collection<BMPBoard> boards) Make a request. -
Uses of LEDAction in uk.ac.manchester.spinnaker.messages.model
Methods in uk.ac.manchester.spinnaker.messages.model that return LEDAction -
Uses of LEDAction in uk.ac.manchester.spinnaker.messages.scp
Constructor parameters in uk.ac.manchester.spinnaker.messages.scp with type arguments of type LEDAction -
Uses of LEDAction in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type LEDActionModifier and TypeMethodDescriptiondefault void
BMPTransceiverInterface.setLED
(Collection<Integer> leds, LEDAction action, @Valid BMPBoard board) Set the LED state of a board in the machine.void
BMPTransceiverInterface.setLED
(Collection<Integer> leds, LEDAction action, @Valid BMPCoords bmp, Collection<@Valid BMPBoard> boards) Set the LED state of a board in the machine.void
Transceiver.setLED
(Collection<Integer> leds, LEDAction action, BMPCoords bmp, Collection<BMPBoard> board) void
UnimplementedBMPTransceiver.setLED
(Collection<Integer> leds, LEDAction action, BMPCoords bmp, Collection<BMPBoard> board) Method parameters in uk.ac.manchester.spinnaker.transceiver with type arguments of type LEDActionModifier and TypeMethodDescriptionvoid
Transceiver.setLEDs
(HasCoreLocation core, Map<Integer, LEDAction> ledStates) default void
TransceiverInterface.setLEDs
(@Valid HasChipLocation chip, Map<Integer, LEDAction> ledStates) Set LED states.void
TransceiverInterface.setLEDs
(@Valid HasCoreLocation core, Map<Integer, LEDAction> ledStates) Set LED states.