java.lang.Object
uk.ac.manchester.spinnaker.front_end.download.request.DownloadRegion

public class DownloadRegion
extends Object
A non-recording region to be downloaded.
  • Constructor Details

    • DownloadRegion

      public DownloadRegion()
    • DownloadRegion

      public DownloadRegion​(int index, long address, int size)
      Constructs a new download region.
      Parameters:
      index - The index of the region.
      address - The address of the region.
      size - The size of the region.
  • Method Details

    • getIndex

      public int getIndex()
      Returns:
      The index of the region.
    • getAddress

      public MemoryLocation getAddress()
      Returns:
      The address of the region.
    • getSize

      public int getSize()
      Returns:
      The size of the region.