Uses of Package
uk.ac.manchester.spinnaker.transceiver
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
uk.ac.manchester.spinnaker.alloc.bmp |
The BMP control subsystem.
|
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.front_end.dse |
Data specification execution interface.
|
uk.ac.manchester.spinnaker.front_end.iobuf |
Utility for retrieving IOBUF contents.
|
uk.ac.manchester.spinnaker.messages.bmp |
Messages that talk to the BMP.
|
uk.ac.manchester.spinnaker.spalloc |
SpiNNaker old-style machine allocation client.
|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Classes in uk.ac.manchester.spinnaker.transceiver used by uk.ac.manchester.spinnaker.alloc.allocator Class Description SpinnmanException Basic exception from the transceiver.TransceiverInterface The interface supported by theTransceiver
. -
Classes in uk.ac.manchester.spinnaker.transceiver used by uk.ac.manchester.spinnaker.alloc.bmp Class Description BMPTransceiverInterface The interface supported by theTransceiver
for talking to a BMP.ProcessException Encapsulates exceptions from processes which communicate with some core/chip.SpinnmanException Basic exception from the transceiver. -
Classes in uk.ac.manchester.spinnaker.transceiver used by uk.ac.manchester.spinnaker.alloc.client Class Description SpinnmanException Basic exception from the transceiver.TransceiverInterface The interface supported by theTransceiver
. -
Classes in uk.ac.manchester.spinnaker.transceiver used by uk.ac.manchester.spinnaker.front_end Class Description ProcessException Encapsulates exceptions from processes which communicate with some core/chip.SpinnmanException Basic exception from the transceiver.TransceiverInterface The interface supported by theTransceiver
. -
Classes in uk.ac.manchester.spinnaker.transceiver used by uk.ac.manchester.spinnaker.front_end.download Class Description ProcessException Encapsulates exceptions from processes which communicate with some core/chip.TransceiverInterface The interface supported by theTransceiver
. -
Classes in uk.ac.manchester.spinnaker.transceiver used by uk.ac.manchester.spinnaker.front_end.download.request Class Description ProcessException Encapsulates exceptions from processes which communicate with some core/chip.TransceiverInterface The interface supported by theTransceiver
. -
Classes in uk.ac.manchester.spinnaker.transceiver used by uk.ac.manchester.spinnaker.front_end.dse Class Description ProcessException Encapsulates exceptions from processes which communicate with some core/chip.TransceiverInterface The interface supported by theTransceiver
. -
Classes in uk.ac.manchester.spinnaker.transceiver used by uk.ac.manchester.spinnaker.front_end.iobuf Class Description ProcessException Encapsulates exceptions from processes which communicate with some core/chip.TransceiverInterface The interface supported by theTransceiver
. -
Classes in uk.ac.manchester.spinnaker.transceiver used by uk.ac.manchester.spinnaker.messages.bmp Class Description BMPTransceiverInterface.FPGAResetType The type of reset to perform. -
Classes in uk.ac.manchester.spinnaker.transceiver used by uk.ac.manchester.spinnaker.spalloc Class Description SpinnmanException Basic exception from the transceiver.TransceiverInterface The interface supported by theTransceiver
. -
Classes in uk.ac.manchester.spinnaker.transceiver used by uk.ac.manchester.spinnaker.transceiver Class Description AppIdTracker A tracker of application IDs to make it easier to allocate new IDs.BMPTransceiverInterface The interface supported by theTransceiver
for talking to a BMP.BMPTransceiverInterface.FPGAResetType The type of reset to perform.FillDataType The fill unit for a fill of values in memory.ParallelSafe Documents a transceiver operation that may be used from multiple threads in parallel provided those threads are accessing different boards.ParallelSafeWithCare Documents a transceiver operation that may be used from multiple threads in parallel provided those threads are accessing different boards (or different BMPs, for BMP-based operations), and care is taken to use this method in a way that only accesses a single board via it.ParallelUnsafe Documents a transceiver operation that should not be used from multiple threads in parallel at all.ProcessException Encapsulates exceptions from processes which communicate with some core/chip.ProcessException.CallerProcessException Marks an exception for errors in the message by the caller.ProcessException.PermanentProcessException Marks an exception for a permanent condition.ProcessException.TransientProcessException Marks an exception for a transient condition.RetryTracker Marks a class that is used to track how many retries were used.SpinnmanException Basic exception from the transceiver.Transceiver An encapsulation of various communications with the SpiNNaker board.Transceiver.ConnectionDescriptor A simple description of a connnection to create.TransceiverInterface The interface supported by theTransceiver
.UDPTransceiver A simple transceiver for UDP connections.