Class SpiNNakerControlDummy

java.lang.Object
uk.ac.manchester.spinnaker.alloc.bmp.SpiNNakerControlDummy
All Implemented Interfaces:
SpiNNakerControl

public class SpiNNakerControlDummy
extends Object
implements SpiNNakerControl
Dummy implementation of the SpiNNakerControl interface.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface uk.ac.manchester.spinnaker.alloc.bmp.SpiNNakerControl

    SpiNNakerControl.Factory
  • Constructor Summary

    Constructors 
    Constructor Description
    SpiNNakerControlDummy()  
  • Method Summary

    Modifier and Type Method Description
    void ping​(List<uk.ac.manchester.spinnaker.machine.board.BMPBoard> boards)
    Ping the given boards.
    void powerOff​(Collection<uk.ac.manchester.spinnaker.machine.board.BMPBoard> boards)
    Turn off boards managed by a BMP.
    void powerOnAndCheck​(List<uk.ac.manchester.spinnaker.machine.board.BMPBoard> boards)
    Switch on a collection of boards managed by a BMP on a machine and check that they've come up correctly.
    Blacklist readBlacklist​(uk.ac.manchester.spinnaker.machine.board.BMPBoard board)
    Read a blacklist from the given board.
    String readSerial​(uk.ac.manchester.spinnaker.machine.board.BMPBoard board)
    Read a BMP serial number from the given board.
    ADCInfo readTemp​(uk.ac.manchester.spinnaker.machine.board.BMPBoard board)
    Read the temperature data from the given board.
    void setLinkOff​(Link link)
    Turns a link off.
    void writeBlacklist​(uk.ac.manchester.spinnaker.machine.board.BMPBoard board, Blacklist blacklist)
    Write a blacklist to the given board.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait