java.lang.Object
uk.ac.manchester.spinnaker.messages.model.IOBuffer
All Implemented Interfaces:
HasChipLocation, HasCoreLocation

public class IOBuffer
extends Object
implements HasCoreLocation
The contents of IOBUF for a core.
Author:
Donal Fellows
  • Constructor Details

    • IOBuffer

      public IOBuffer​(HasCoreLocation core, byte[] contents)
      Parameters:
      core - The coordinates of a core
      contents - The contents of the buffer for the chip
    • IOBuffer

      public IOBuffer​(HasCoreLocation core, ByteBuffer contents)
      Parameters:
      core - The coordinates of a core
      contents - The contents of the buffer for the chip
    • IOBuffer

      public IOBuffer​(HasCoreLocation core, Iterable<ByteBuffer> contents)
      Parameters:
      core - The coordinates of a core
      contents - The contents of the buffer for the chip
  • Method Details