Package com.ctre.phoenix6.jni
Class PlatformJNI
java.lang.Object
com.ctre.phoenix6.jni.CtreJniWrapper
com.ctre.phoenix6.jni.PlatformJNI
public class PlatformJNI extends CtreJniWrapper
-
Constructor Summary
Constructors Constructor Description PlatformJNI()
-
Method Summary
Modifier and Type Method Description static int
JNI_SimCreate(int type, int id)
static int
JNI_SimDestroy(int type, int id)
static int
JNI_SimDestroyAll()
static int
JNI_SimGetLastError(int type, int id)
static double
JNI_SimGetPhysicsValue(int type, int id, String physicsType)
static int
JNI_SimSetPhysicsInput(int type, int id, String physicsType, double value)
-
Constructor Details
-
PlatformJNI
public PlatformJNI()
-
-
Method Details