CTRE Phoenix C++ 5.35.1
Loading...
Searching...
No Matches
com_ctre_phoenix_platform_PlatformJNI.h File Reference
#include <jni.h>

Go to the source code of this file.

Functions

JNIEXPORT jint JNICALL Java_com_ctre_phoenix_platform_PlatformJNI_JNI_1SimCreate (JNIEnv *, jclass, jint, jint)
 
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_platform_PlatformJNI_JNI_1SimDestroy (JNIEnv *, jclass, jint, jint)
 
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_platform_PlatformJNI_JNI_1SimDestroyAll (JNIEnv *, jclass)
 
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_platform_PlatformJNI_JNI_1SimSetPhysicsInput (JNIEnv *, jclass, jint, jint, jstring, jdouble)
 
JNIEXPORT jdouble JNICALL Java_com_ctre_phoenix_platform_PlatformJNI_JNI_1SimGetPhysicsValue (JNIEnv *, jclass, jint, jint, jstring)
 
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_platform_PlatformJNI_JNI_1SimGetLastError (JNIEnv *, jclass, jint, jint)
 

Function Documentation

◆ Java_com_ctre_phoenix_platform_PlatformJNI_JNI_1SimCreate()

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

◆ Java_com_ctre_phoenix_platform_PlatformJNI_JNI_1SimDestroy()

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

◆ Java_com_ctre_phoenix_platform_PlatformJNI_JNI_1SimDestroyAll()

JNIEXPORT jint JNICALL Java_com_ctre_phoenix_platform_PlatformJNI_JNI_1SimDestroyAll ( JNIEnv * ,
jclass  )

◆ Java_com_ctre_phoenix_platform_PlatformJNI_JNI_1SimGetLastError()

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

◆ Java_com_ctre_phoenix_platform_PlatformJNI_JNI_1SimGetPhysicsValue()

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

◆ Java_com_ctre_phoenix_platform_PlatformJNI_JNI_1SimSetPhysicsInput()

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