Package edu.wpi.first.math
Interface MathShared
public interface MathShared
-
Method Summary
Modifier and Type Method Description void
reportError(String error, StackTraceElement[] stackTrace)
Report an error.void
reportUsage(MathUsageId id, int count)
Report usage.
-
Method Details
-
reportError
Report an error.- Parameters:
error
- the error to setstackTrace
- array of stacktrace elements
-
reportUsage
Report usage.- Parameters:
id
- the usage idcount
- the usage count
-