Class HailoStats

java.lang.Object
limelight.results.HailoStats

public class HailoStats extends Object
Stats for Hailo accelerator module. (Sold separately, only used on the LL4)
  • Field Details

    • present

      public int present
      1 if Hailo accelerator detected, 0 otherwise
    • type

      public String type
      Hailo device type string
    • temp

      public double temp
      Hailo temperature (Celsius)
    • power

      public double power
      Hailo power consumption (watts)
    • throttle

      public int throttle
      Throttle capability enabled
  • Constructor Details

    • HailoStats

      public HailoStats()
      Creates a new HailoStats object.
  • Method Details

    • getPower

      public Power getPower()
      Get the power consumption of the Hailo accelerator.
      Returns:
      Power object representing the power consumption of the Hailo accelerator.
    • getEnabled

      public boolean getEnabled()