Class RegionInfo

java.lang.Object
uk.ac.manchester.spinnaker.storage.RegionInfo

public class RegionInfo extends Object
Used to group a MemoryLocation and a ByteBuffer object together.
Author:
Christian
  • Field Details

    • core

      public final CoreLocation core
      The core location of the region.
    • pointer

      public final MemoryLocation pointer
      The address where the region will be start.
    • content

      public final ByteBuffer content
      The content of the region. May be null
  • Constructor Details

    • RegionInfo

      public RegionInfo(CoreLocation core, ByteBuffer content, MemoryLocation pointer)
      Parameters:
      core - The core location of the region
      content - The metadata to be written to the region or null
      pointer - The address the region metadata starts at