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

  • Constructor Details

    • BoardLocalSupport

      protected BoardLocalSupport​(TransceiverInterface transceiver, 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.