Class SerialVector
java.lang.Object
uk.ac.manchester.spinnaker.messages.bmp.SerialVector
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:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
-
Field Details
-
SERIAL_LENGTH
public static final int SERIAL_LENGTHThe number of words in theserial_number
.- See Also:
-
-
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:
-
getCortexVector
- Returns:
- The location of the Cortex boot vector.
-