Class ChipSummaryInfo
java.lang.Object
uk.ac.manchester.spinnaker.messages.model.ChipSummaryInfo
Represents the chip summary information read via an SCP command.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal HasChipLocationThe chip that this data is from.The state of the cores on the chip (list of one per core).final InetAddressThe IP address of the Ethernet if up, ornullif not.final booleanDetermines if the Ethernet connection is available on this chip.final intThe size of the largest block of free SDRAM in bytes.final intThe size of the largest block of free SRAM in bytes.final ChipLocationThe location of the nearest Ethernet chip.final intThe number of cores working on the chip (including monitors).final intThe number of multicast routing entries free on this chip.The IDs of the working links outgoing from this chip.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
coreStatesThe state of the cores on the chip (list of one per core).
- 
ethernetIPAddressThe IP address of the Ethernet if up, ornullif not.
- 
isEthernetAvailablepublic final boolean isEthernetAvailableDetermines if the Ethernet connection is available on this chip.
- 
largestFreeSDRAMBlockpublic final int largestFreeSDRAMBlockThe size of the largest block of free SDRAM in bytes.
- 
largestFreeSRAMBlockpublic final int largestFreeSRAMBlockThe size of the largest block of free SRAM in bytes.
- 
numCorespublic final int numCoresThe number of cores working on the chip (including monitors).
- 
numFreeMulticastRoutingEntriespublic final int numFreeMulticastRoutingEntriesThe number of multicast routing entries free on this chip.
- 
nearestEthernetChipThe location of the nearest Ethernet chip.
- 
workingLinksThe IDs of the working links outgoing from this chip.
- 
chipThe chip that this data is from.
 
- 
- 
Constructor Details- 
ChipSummaryInfo- Parameters:
- buffer- The data from the SCP response
- source- The coordinates of the chip that this data is from
 
 
-