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
-
Constructor Summary
Constructors Constructor Description ThreadsJNI()
-
Method Summary
Modifier and Type Method Description static boolean
getCurrentThreadIsRealTime()
static int
getCurrentThreadPriority()
static boolean
setCurrentThreadPriority(boolean realTime, int priority)
-
Constructor Details
-
ThreadsJNI
public ThreadsJNI()
-
-
Method Details