Package edu.wpi.first.hal
Class ThreadsJNI
- java.lang.Object
-
- edu.wpi.first.hal.JNIWrapper
-
- edu.wpi.first.hal.ThreadsJNI
-
public class ThreadsJNI extends JNIWrapper
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.wpi.first.hal.JNIWrapper
JNIWrapper.Helper
-
-
Constructor Summary
Constructors Constructor Description ThreadsJNI()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
getCurrentThreadIsRealTime()
static int
getCurrentThreadPriority()
static boolean
setCurrentThreadPriority(boolean realTime, int priority)
-
Methods inherited from class edu.wpi.first.hal.JNIWrapper
forceLoad, suppressUnused
-
-
-
-
Constructor Detail
-
ThreadsJNI
public ThreadsJNI()
-
-
Method Detail
-
getCurrentThreadPriority
public static int getCurrentThreadPriority()
-
getCurrentThreadIsRealTime
public static boolean getCurrentThreadIsRealTime()
-
setCurrentThreadPriority
public static boolean setCurrentThreadPriority(boolean realTime, int priority)
-
-