Class FirmwareDescriptor
java.lang.Object
uk.ac.manchester.spinnaker.messages.model.FirmwareDescriptor
public class FirmwareDescriptor extends Object
A firmware descriptor.
-
Constructor Summary
Constructors Constructor Description FirmwareDescriptor(FirmwareDescriptors type, ByteBuffer buffer)
Create a description of some firmware on a SpiNNaker system. -
Method Summary
Modifier and Type Method Description Instant
getTimestamp()
Version
getVersion()
-
Constructor Details
-
FirmwareDescriptor
Create a description of some firmware on a SpiNNaker system.- Parameters:
type
- What type of firmware is this.buffer
- What was the descriptor buffer read from the system?
-
-
Method Details
-
getVersion
- Returns:
- The version of the firmware.
-
getTimestamp
- Returns:
- The timestamp in the firmware.
-