Class RecordingRegion

java.lang.Object
uk.ac.manchester.spinnaker.front_end.download.RecordingRegion

public final class RecordingRegion
extends Object
A descriptor about a channel of recording data.

Must match recording_region_t in recording.h in SpiNNFrontEndCommon.

Do not use as a hash key.

  • Field Details

    • SIZE

      public static final int SIZE
      Size of the channel data on the machine.

      4 for space, 4 for missing_flag + size, 4 for data

      See Also:
      Constant Field Values
    • space

      public final long space
      The size of the space available. (32-bits; unsigned)

      Not currently used significantly by the Java code

    • missing

      public final boolean missing
      If there is any missing information. (1-bit)
    • size

      public final long size
      The size of the recording in bytes. (31-bits; unsigned)
    • data

      public final uk.ac.manchester.spinnaker.machine.MemoryLocation data
      The data memory address. (32-bits; unsigned)
  • Method Details