Uses of Class
uk.ac.manchester.spinnaker.messages.model.Signal
Package | Description |
---|---|
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 Signal in uk.ac.manchester.spinnaker.messages.model
Methods in uk.ac.manchester.spinnaker.messages.model that return Signal Modifier and Type Method Description static Signal
Signal. get(byte value)
Convert a byte to a signal value.static Signal
Signal. valueOf(String name)
Returns the enum constant of this type with the specified name.static Signal[]
Signal. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Signal in uk.ac.manchester.spinnaker.messages.scp
Constructors in uk.ac.manchester.spinnaker.messages.scp with parameters of type Signal Constructor Description SendSignal(AppID appID, Signal signal)
-
Uses of Signal in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type Signal Modifier and Type Method Description void
Transceiver. sendSignal(AppID appID, Signal signal)
void
TransceiverInterface. sendSignal(@NotNull AppID appID, @NotNull Signal signal)
Send a signal to an application.