Uses of Interface
uk.ac.manchester.spinnaker.transceiver.BMPTransceiverInterface
Packages that use BMPTransceiverInterface
Package
Description
The BMP control subsystem.
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 BMPTransceiverInterfaceModifier and TypeInterfaceDescriptioninterface
TransceiverFactoryAPI<T extends BMPTransceiverInterface>
Creates transceivers for talking to the BMPs of machines.Methods in uk.ac.manchester.spinnaker.alloc.bmp that return BMPTransceiverInterfaceModifier and TypeMethodDescriptionTransceiverFactory.TestAPI.TestTransceiverFactory.create
(String machineName, BMPConnectionData data, ValueHolder<Blacklist> setBlacklist) Make a test transceiver.TransceiverFactory.getTransciever
(SpallocAPI.Machine machineDescription, BMPCoords bmp) Constructors in uk.ac.manchester.spinnaker.alloc.bmp with parameters of type BMPTransceiverInterface -
Uses of BMPTransceiverInterface in uk.ac.manchester.spinnaker.transceiver
Subinterfaces of BMPTransceiverInterface in uk.ac.manchester.spinnaker.transceiverClasses in uk.ac.manchester.spinnaker.transceiver that implement BMPTransceiverInterfaceModifier and TypeClassDescriptionclass
An encapsulation of various communications with the SpiNNaker board.class
A transceiver where every operation (except the few mandatory ones) fails withUnsupportedOperationException
.