CTRE Phoenix 6 C++ 24.3.0
PlatformJni.hpp File Reference
#include <jni.h>

Go to the source code of this file.

Functions

JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimCreate (JNIEnv *, jclass, jint, jint)
 
JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimDestroy (JNIEnv *, jclass, jint, jint)
 
JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimDestroyAll (JNIEnv *, jclass)
 
JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimSetPhysicsInput (JNIEnv *, jclass, jint, jint, jstring, jdouble)
 
JNIEXPORT jdouble JNICALL Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimGetPhysicsValue (JNIEnv *, jclass, jint, jint, jstring)
 
JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimGetLastError (JNIEnv *, jclass, jint, jint)
 

Function Documentation

◆ Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimCreate()

JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimCreate ( JNIEnv *  ,
jclass  ,
jint  ,
jint   
)

◆ Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimDestroy()

JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimDestroy ( JNIEnv *  ,
jclass  ,
jint  ,
jint   
)

◆ Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimDestroyAll()

JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimDestroyAll ( JNIEnv *  ,
jclass   
)

◆ Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimGetLastError()

JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimGetLastError ( JNIEnv *  ,
jclass  ,
jint  ,
jint   
)

◆ Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimGetPhysicsValue()

JNIEXPORT jdouble JNICALL Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimGetPhysicsValue ( JNIEnv *  ,
jclass  ,
jint  ,
jint  ,
jstring   
)

◆ Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimSetPhysicsInput()

JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_PlatformJNI_JNI_1SimSetPhysicsInput ( JNIEnv *  ,
jclass  ,
jint  ,
jint  ,
jstring  ,
jdouble   
)