Class BoardLocalSupport
java.lang.Object
uk.ac.manchester.spinnaker.front_end.BoardLocalSupport
- Direct Known Subclasses:
DataGatherer
,DataReceiver
,ExecuteDataSpecification
,IobufRetriever
public abstract class BoardLocalSupport extends Object
A class for making things easier to do on a per-board basis.
- Author:
- Donal Fellows
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
BoardLocalSupport.BoardLocal
A context that can be pushed to state in logging what board is the root. -
Field Summary
Fields Modifier and Type Field Description protected Machine
machine
The description of the SpiNNaker machine.protected TransceiverInterface
txrx
The transceiver for talking to the SpiNNaker machine. -
Constructor Summary
Constructors Modifier Constructor Description protected
BoardLocalSupport(TransceiverInterface transceiver, Machine machine)
-
Method Summary
-
Field Details
-
Constructor Details
-
BoardLocalSupport
- Parameters:
transceiver
- How to talk to the SpiNNaker system via SCP. Where the system is located.machine
- Which machine is this on? Used for address mapping and provided as a general service to subclasses.
-