Class SerialVector
java.lang.Object
uk.ac.manchester.spinnaker.messages.bmp.SerialVector
public class SerialVector extends Object
The data in the serial vector. The result of a
BMP_INFO
call with argument SERIAL
.
See cmd_bmp_info()
in bmp_cmd.c
.
- See Also:
ReadSerialVector
-
Field Summary
Fields Modifier and Type Field Description static int
SERIAL_LENGTH
The number of words in theserial_number
. -
Method Summary
Modifier and Type Method Description MemoryLocation
getBoardStatusLocation()
MemoryLocation
getCortexVector()
MemoryLocation
getFlashBuffer()
int
getHardwareVersion()
IntBuffer
getSerialNumber()
-
Field Details
-
SERIAL_LENGTH
public static final int SERIAL_LENGTHThe number of words in theserial_number
.- See Also:
- Constant Field Values
-
-
Method Details
-
getHardwareVersion
public int getHardwareVersion()- Returns:
- The hardware version.
-
getSerialNumber
- Returns:
- The device serial number, as a read-only buffer.
-
getFlashBuffer
- Returns:
- The location of the flash buffer.
-
getBoardStatusLocation
- Returns:
- The board status block location.
- See Also:
ReadADC
-
getCortexVector
- Returns:
- The location of the Cortex boot vector.
-