Class ChipSummaryInfo
java.lang.Object
uk.ac.manchester.spinnaker.messages.model.ChipSummaryInfo
Represents the chip summary information read via an SCP command.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal HasChipLocation
The chip that this data is from.The state of the cores on the chip (list of one per core).final InetAddress
The IP address of the Ethernet if up, ornull
if not.final boolean
Determines if the Ethernet connection is available on this chip.final int
The size of the largest block of free SDRAM in bytes.final int
The size of the largest block of free SRAM in bytes.final ChipLocation
The location of the nearest Ethernet chip.final int
The number of cores working on the chip (including monitors).final int
The number of multicast routing entries free on this chip.The IDs of the working links outgoing from this chip. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
coreStates
The state of the cores on the chip (list of one per core). -
ethernetIPAddress
The IP address of the Ethernet if up, ornull
if not. -
isEthernetAvailable
public final boolean isEthernetAvailableDetermines if the Ethernet connection is available on this chip. -
largestFreeSDRAMBlock
public final int largestFreeSDRAMBlockThe size of the largest block of free SDRAM in bytes. -
largestFreeSRAMBlock
public final int largestFreeSRAMBlockThe size of the largest block of free SRAM in bytes. -
numCores
public final int numCoresThe number of cores working on the chip (including monitors). -
numFreeMulticastRoutingEntries
public final int numFreeMulticastRoutingEntriesThe number of multicast routing entries free on this chip. -
nearestEthernetChip
The location of the nearest Ethernet chip. -
workingLinks
The IDs of the working links outgoing from this chip. -
chip
The chip that this data is from.
-
-
Constructor Details
-
ChipSummaryInfo
- Parameters:
buffer
- The data from the SCP responsesource
- The coordinates of the chip that this data is from
-