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 voidBMPTransceiverInterface.setLED(Collection<Integer> leds, LEDAction action, @Valid BMPBoard board) Set the LED state of a board in the machine.voidBMPTransceiverInterface.setLED(Collection<Integer> leds, LEDAction action, @Valid BMPCoords bmp, Collection<@Valid BMPBoard> boards) Set the LED state of a board in the machine.voidTransceiver.setLED(Collection<Integer> leds, LEDAction action, BMPCoords bmp, Collection<BMPBoard> board) voidUnimplementedBMPTransceiver.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 TypeMethodDescriptionvoidTransceiver.setLEDs(HasCoreLocation core, Map<Integer, LEDAction> ledStates) default voidTransceiverInterface.setLEDs(@Valid HasChipLocation chip, Map<Integer, LEDAction> ledStates) Set LED states.voidTransceiverInterface.setLEDs(@Valid HasCoreLocation core, Map<Integer, LEDAction> ledStates) Set LED states.