Class ConstantsJNI

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

public class ConstantsJNI extends JNIWrapper
Constants HAL JNI functions.
See Also:
  • "wpi/hal/Constants.h"
  • Method Details

    • getSystemClockTicksPerMicrosecond

      public static int getSystemClockTicksPerMicrosecond()
      Gets the number of FPGA system clock ticks per microsecond.
      Returns:
      the number of clock ticks per microsecond
      See Also:
      • "HAL_GetSystemClockTicksPerMicrosecond"