Uses of Interface
uk.ac.manchester.spinnaker.transceiver.TransceiverInterface
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.client |
Java client for the SpiNNaker allocation service.
|
uk.ac.manchester.spinnaker.spalloc |
SpiNNaker old-style machine allocation client.
|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of TransceiverInterface in uk.ac.manchester.spinnaker.alloc.client
Methods in uk.ac.manchester.spinnaker.alloc.client that return TransceiverInterface Modifier and Type Method Description TransceiverInterface
SpallocClient.Job. getTransceiver()
Create a proxied transceiver for talking to the boards of the job. -
Uses of TransceiverInterface in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return TransceiverInterface Modifier and Type Method Description default TransceiverInterface
SpallocJobAPI. getTransceiver()
Construct a transceiver for talking to this job. -
Uses of TransceiverInterface in uk.ac.manchester.spinnaker.transceiver
Classes in uk.ac.manchester.spinnaker.transceiver that implement TransceiverInterface Modifier and Type Class Description class
Transceiver
An encapsulation of various communications with the SpiNNaker board.