Uses of Class
uk.ac.manchester.spinnaker.messages.model.LEDAction
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.messages.scp |
The messages of SpiNNaker Control Protocol (SCP).
|
uk.ac.manchester.spinnaker.transceiver |
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 LEDAction Constructor Description BMPSetLED(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 Modifier and Type Method Description static LEDAction
LEDAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static LEDAction[]
LEDAction. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
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 Constructor Description SetLED(HasCoreLocation core, Map<Integer,LEDAction> ledStates)
-
Uses of LEDAction in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type LEDAction Modifier and Type Method Description default 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 LEDAction Modifier and Type Method Description void
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.