Uses of Enum Class
uk.ac.manchester.spinnaker.messages.model.Signal
Packages that use Signal
Package
Description
Model support classes for the communication messages.
The messages of SpiNNaker Control Protocol (SCP).
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 SignalModifier and TypeMethodDescriptionstatic SignalSignal.get(byte value) Convert a byte to a signal value.static SignalReturns the enum constant of this class with the specified name.static Signal[]Signal.values()Returns an array containing the constants of this enum class, 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 -
Uses of Signal in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type SignalModifier and TypeMethodDescriptionvoidTransceiver.sendSignal(AppID appID, Signal signal) voidTransceiverInterface.sendSignal(@NotNull AppID appID, @NotNull Signal signal) Send a signal to an application.