Package limelight.results
Class HardwareReport
java.lang.Object
limelight.results.HardwareReport
Hardware report for the limelight (2026+)
-
Field Summary
FieldsModifier and TypeFieldDescriptionCamera sensor iddoubleCPU usage percentagedoubleDisk free space (MB)doubleDisk total space (MB)Hailo statsdoubleRAM usage percentagedoubleCPU temperature in Celsius -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cameraId
Camera sensor id -
cpuUsage
public double cpuUsageCPU usage percentage -
diskFree
public double diskFreeDisk free space (MB) -
diskTotal
public double diskTotalDisk total space (MB) -
ramUsage
public double ramUsageRAM usage percentage -
temperature
public double temperatureCPU temperature in Celsius -
hailoStats
Hailo stats
-
-
Constructor Details
-
HardwareReport
public HardwareReport()Hardware Report Constructor
-
-
Method Details
-
getTemp
Get the CPU temperature in Celsius.- Returns:
Temperatureof the CPU.
-