Class BoardLocalSupport.BoardLocal
java.lang.Object
uk.ac.manchester.spinnaker.front_end.BoardLocalSupport.BoardLocal
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- BoardLocalSupport
protected final class BoardLocalSupport.BoardLocal extends Object implements AutoCloseable
A context that can be pushed to state in logging what board is the root.
- Author:
- Donal Fellows
-
Constructor Summary
Constructors Constructor Description BoardLocal(uk.ac.manchester.spinnaker.machine.HasChipLocation chipLocation)
-
Method Summary
Modifier and Type Method Description void
close()
-
Constructor Details
-
BoardLocal
public BoardLocal(uk.ac.manchester.spinnaker.machine.HasChipLocation chipLocation)- Parameters:
chipLocation
- The location of a chip on its board.
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-