Package com.ctre.phoenix6.jni
Class PlatformJNI
java.lang.Object
com.ctre.phoenix6.jni.PlatformJNI
public class PlatformJNI extends Object
-
Constructor Summary
Constructors Constructor Description PlatformJNI() -
Method Summary
Modifier and Type Method Description static intJNI_SimCreate(int type, int id)static intJNI_SimDestroy(int type, int id)static intJNI_SimDestroyAll()static intJNI_SimGetLastError(int type, int id)static doubleJNI_SimGetPhysicsValue(int type, int id, String physicsType)static intJNI_SimSetPhysicsInput(int type, int id, String physicsType, double value)
-
Constructor Details
-
PlatformJNI
public PlatformJNI()
-
-
Method Details