Class DownloadRegion
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 Summary
Constructors Constructor Description DownloadRegion()
DownloadRegion(int index, long address, int size)
Constructs a new download region. -
Method Summary
Modifier and Type Method Description MemoryLocation
getAddress()
int
getIndex()
int
getSize()
-
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
- Returns:
- The address of the region.
-
getSize
public int getSize()- Returns:
- The size of the region.
-