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