Uses of Interface
uk.ac.manchester.spinnaker.transceiver.TransceiverInterface
Packages that use TransceiverInterface
Package
Description
Java client for the SpiNNaker allocation service.
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.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.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.