Interface SpiNNakerControl


public interface SpiNNakerControl
How to tell a SpiNNaker BMP (specifically one that manages a frame) to turn on boards, turn them off, and to turn off links on the perimeter of an allocation.

Implementations of this are expected to be prototype beans that have a constructor that takes two arguments:

TheCls(SpallocAPI.Machine machine, BMPCoords bmp)

Note that SpiNNaker-2 will have a different concrete implementation of this, and functionality implemented by this might eventually move into the transceiver.