Package limelight.results
Class HailoStats
java.lang.Object
limelight.results.HailoStats
Stats for Hailo accelerator module. (Sold separately, only used on the LL4)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPower()Get the power consumption of the Hailo accelerator.
-
Field Details
-
present
public int present1 if Hailo accelerator detected, 0 otherwise -
type
Hailo device type string -
temp
public double tempHailo temperature (Celsius) -
power
public double powerHailo power consumption (watts) -
throttle
public int throttleThrottle capability enabled
-
-
Constructor Details
-
HailoStats
public HailoStats()Creates a new HailoStats object.
-
-
Method Details
-
getPower
Get the power consumption of the Hailo accelerator.- Returns:
Powerobject representing the power consumption of the Hailo accelerator.
-
getEnabled
public boolean getEnabled()
-