Package edu.wpi.first.hal
Class UsageReportingJNI
java.lang.Object
edu.wpi.first.hal.JNIWrapper
edu.wpi.first.hal.UsageReportingJNI
Usage Reporting JNI Functions.
- See Also:
-
- "hal/UsageReporting.h"
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.wpi.first.hal.JNIWrapper
JNIWrapper.Helper
-
Method Summary
Methods inherited from class edu.wpi.first.hal.JNIWrapper
forceLoad, suppressUnused
-
Method Details
-
report
Reports usage of a resource of interest. Repeated calls for the same resource name replace the previous report.- Parameters:
resource
- the used resource namedata
- arbitrary associated data string- Returns:
- a handle
-