Uses of Interface
uk.ac.manchester.spinnaker.transceiver.BMPTransceiverInterface
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.bmp |
The BMP control subsystem.
|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of BMPTransceiverInterface in uk.ac.manchester.spinnaker.alloc.bmp
Classes in uk.ac.manchester.spinnaker.alloc.bmp with type parameters of type BMPTransceiverInterface Modifier and Type Interface Description interface
TransceiverFactoryAPI<T extends BMPTransceiverInterface>
Creates transceivers for talking to the BMPs of machines.Methods in uk.ac.manchester.spinnaker.alloc.bmp that return BMPTransceiverInterface Modifier and Type Method Description BMPTransceiverInterface
TransceiverFactory.TestAPI.TestTransceiverFactory. create(String machineName, BMPConnectionData data, ValueHolder<Blacklist> setBlacklist)
Make a test transceiver.BMPTransceiverInterface
TransceiverFactory. getTransciever(SpallocAPI.Machine machineDescription, BMPCoords bmp)
Constructors in uk.ac.manchester.spinnaker.alloc.bmp with parameters of type BMPTransceiverInterface Constructor Description FirmwareLoader(BMPTransceiverInterface txrx, BMPBoard board)
-
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
.