CTRE Phoenix 6 C++ 24.3.0
PlatformJni.hpp
Go to the documentation of this file.
1/*
2 * Copyright (C) Cross The Road Electronics.  All rights reserved.
3 * License information can be found in CTRE_LICENSE.txt
4 * For support and suggestions contact support@ctr-electronics.com or file
5 * an issue tracker at https://github.com/CrossTheRoadElec/Phoenix-Releases
6 */
7/* DO NOT EDIT THIS FILE - it is machine generated */
8#include <jni.h>
9/* Header for class com_ctre_phoenix6_jni_PlatformJNI */
10
11#ifndef _Included_com_ctre_phoenix6_jni_PlatformJNI
12#define _Included_com_ctre_phoenix6_jni_PlatformJNI
13#ifdef __cplusplus
14extern "C" {
15#endif
16/*
17 * Class: com_ctre_phoenix6_jni_PlatformJNI
18 * Method: JNI_SimCreate
19 * Signature: (II)I
20 */
22 (JNIEnv *, jclass, jint, jint);
23
24/*
25 * Class: com_ctre_phoenix6_jni_PlatformJNI
26 * Method: JNI_SimDestroy
27 * Signature: (II)I
28 */
30 (JNIEnv *, jclass, jint, jint);
31
32/*
33 * Class: com_ctre_phoenix6_jni_PlatformJNI
34 * Method: JNI_SimDestroyAll
35 * Signature: ()I
36 */
38 (JNIEnv *, jclass);
39
40/*
41 * Class: com_ctre_phoenix6_jni_PlatformJNI
42 * Method: JNI_SimSetPhysicsInput
43 * Signature: (IILjava/lang/String;D)I
44 */
46 (JNIEnv *, jclass, jint, jint, jstring, jdouble);
47
48/*
49 * Class: com_ctre_phoenix6_jni_PlatformJNI
50 * Method: JNI_SimGetPhysicsValue
51 * Signature: (IILjava/lang/String;)D
52 */
54 (JNIEnv *, jclass, jint, jint, jstring);
55
56/*
57 * Class: com_ctre_phoenix6_jni_PlatformJNI
58 * Method: JNI_SimGetLastError
59 * Signature: (II)I
60 */
62 (JNIEnv *, jclass, jint, jint);
63
64#ifdef __cplusplus
65}
66#endif
67#endif
68
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_1SimDestroyAll(JNIEnv *, jclass)
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_1SimSetPhysicsInput(JNIEnv *, jclass, jint, jint, jstring, jdouble)
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_1SimGetLastError(JNIEnv *, jclass, jint, jint)