Class UsageReportingJNI

java.lang.Object
org.wpilib.hardware.hal.JNIWrapper
org.wpilib.hardware.hal.UsageReportingJNI

public class UsageReportingJNI extends JNIWrapper
Usage Reporting JNI Functions.
See Also:
  • "wpi/hal/UsageReporting.h"
  • Method Details

    • report

      public static void report(String resource, String data)
      Reports usage of a resource of interest. Repeated calls for the same resource name replace the previous report.
      Parameters:
      resource - the used resource name
      data - arbitrary associated data string