Uses of Interface
uk.ac.manchester.spinnaker.transceiver.TransceiverInterface
Packages that use TransceiverInterface
Package
Description
The core allocation system.
Java client for the SpiNNaker allocation service.
The front-end interface to the Java implementation of the SpiNNaker host
libraries.
The buffer manager and support classes.
Classes used to describe the JSON requests to the data transfer code.
Data I/O Protocols.
SpiNNaker old-style machine allocation client.
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 TransceiverInterfaceModifier and TypeMethodDescriptionSpallocAPI.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 TransceiverInterfaceModifier and TypeMethodDescriptionSpallocClient.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 TransceiverInterfaceModifier and TypeMethodDescriptionprotected 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 TransceiverInterfaceModifier and TypeFieldDescriptionprotected final TransceiverInterface
DataGatherer.txrx
Transceiver to talk to the machine.Methods in uk.ac.manchester.spinnaker.front_end.download with parameters of type TransceiverInterfaceModifier and TypeMethodDescriptionstatic 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 TransceiverInterfaceModifier and TypeMethodDescriptionvoid
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 TransceiverInterfaceModifierConstructorDescriptionNoDropPacketContext
(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 TransceiverInterfaceModifier and TypeMethodDescriptiondefault 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 TransceiverInterfaceModifier and TypeClassDescriptionclass
An encapsulation of various communications with the SpiNNaker board.