Uses of Interface
uk.ac.manchester.spinnaker.transceiver.BMPTransceiverInterface
Package | Description |
---|---|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of BMPTransceiverInterface in uk.ac.manchester.spinnaker.transceiver
Subinterfaces of BMPTransceiverInterface in uk.ac.manchester.spinnaker.transceiver Modifier and Type Interface Description interface
TransceiverInterface
The interface supported by theTransceiver
.Classes in uk.ac.manchester.spinnaker.transceiver that implement BMPTransceiverInterface Modifier and Type Class Description class
Transceiver
An encapsulation of various communications with the SpiNNaker board.class
UnimplementedBMPTransceiver
A transceiver where every operation (except the few mandatory ones) fails withUnsupportedOperationException
.