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
  • Field Details

    • txrx

      protected final TransceiverInterface txrx
      The transceiver for talking to the SpiNNaker machine.
    • machine

      protected final uk.ac.manchester.spinnaker.machine.Machine machine
      The description of the SpiNNaker machine.
  • Constructor Details

    • BoardLocalSupport

      protected BoardLocalSupport​(TransceiverInterface transceiver, uk.ac.manchester.spinnaker.machine.Machine machine)
      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.