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 booleangetCurrentThreadIsRealTime()static intgetCurrentThreadPriority()static booleansetCurrentThreadPriority(boolean realTime, int priority)
-
Constructor Details
-
ThreadsJNI
public ThreadsJNI()
-
-
Method Details