Uses of Interface
uk.ac.manchester.spinnaker.transceiver.TransceiverInterface
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
uk.ac.manchester.spinnaker.alloc.client |
Java client for the SpiNNaker allocation service.
|
uk.ac.manchester.spinnaker.front_end |
The front-end interface to the Java implementation of the SpiNNaker host
libraries.
|
uk.ac.manchester.spinnaker.front_end.download |
The buffer manager and support classes.
|
uk.ac.manchester.spinnaker.front_end.download.request |
Classes used to describe the JSON requests to the data transfer code.
|
uk.ac.manchester.spinnaker.protocols |
Data I/O Protocols.
|
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.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator that return TransceiverInterface Modifier and Type Method Description TransceiverInterface
SpallocAPI.Job. getTransceiver()
Get a way to talk to the machine directly. -
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.front_end
Methods in uk.ac.manchester.spinnaker.front_end that return TransceiverInterface Modifier and Type Method Description protected TransceiverInterface
BoardLocalSupport. getTransceiver()
-
Uses of TransceiverInterface in uk.ac.manchester.spinnaker.front_end.download
Fields in uk.ac.manchester.spinnaker.front_end.download declared as TransceiverInterface Modifier and Type Field Description protected TransceiverInterface
DataGatherer. txrx
Transceiver to talk to the machine.Methods in uk.ac.manchester.spinnaker.front_end.download with parameters of type TransceiverInterface Modifier and Type Method Description static List<RecordingRegion>
RecordingRegion. getRecordingRegionDescriptors(TransceiverInterface txrx, Placement placement)
Reads the recording regions from the machine. -
Uses of TransceiverInterface in uk.ac.manchester.spinnaker.front_end.download.request
Methods in uk.ac.manchester.spinnaker.front_end.download.request with parameters of type TransceiverInterface Modifier and Type Method Description void
Gather. updateTransactionIdFromMachine(TransceiverInterface txrx)
sets the transaction id from the machine. -
Uses of TransceiverInterface in uk.ac.manchester.spinnaker.protocols
Constructors in uk.ac.manchester.spinnaker.protocols with parameters of type TransceiverInterface Constructor Description NoDropPacketContext(TransceiverInterface txrx, List<? extends HasCoreLocation> monitorCores, List<? extends HasCoreLocation> gatherers)
Create a no-drop-packets context.NoDropPacketContext(TransceiverInterface txrx, Stream<? extends HasCoreLocation> monitorCores, Stream<? extends HasCoreLocation> gatherers)
Create a no-drop-packets context.NoDropPacketContext(TransceiverInterface txrx, CoreSubsets monitorCores, CoreSubsets gatherers)
Create a no-drop-packets context.SystemRouterTableContext(TransceiverInterface txrx, List<? extends HasCoreLocation> monitorCoreLocations)
Create a no-drop-packets context.SystemRouterTableContext(TransceiverInterface txrx, Stream<? extends HasCoreLocation> monitorCoreLocations)
Create a no-drop-packets context.SystemRouterTableContext(TransceiverInterface txrx, CoreSubsets monitorCores)
Create a no-drop-packets context. -
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.