Package edu.wpi.first.hal
Class ConstantsJNI
java.lang.Object
edu.wpi.first.hal.JNIWrapper
edu.wpi.first.hal.ConstantsJNI
Constants HAL JNI functions.
- See Also:
-
- "hal/Constants.h"
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.wpi.first.hal.JNIWrapper
JNIWrapper.Helper
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
Gets the number of FPGA system clock ticks per microsecond.Methods inherited from class edu.wpi.first.hal.JNIWrapper
forceLoad, suppressUnused
-
Method Details
-
getSystemClockTicksPerMicrosecond
Gets the number of FPGA system clock ticks per microsecond.- Returns:
- the number of clock ticks per microsecond
- See Also:
-
- "HAL_GetSystemClockTicksPerMicrosecond"
-