Loading [MathJax]/extensions/tex2jax.js
CTRE Phoenix 6 C++ 23.2.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StatusSignal_Jni.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_StatusSignalJNI */
10
11#ifndef _Included_com_ctre_phoenix6_jni_StatusSignalJNI
12#define _Included_com_ctre_phoenix6_jni_StatusSignalJNI
13#ifdef __cplusplus
14extern "C" {
15#endif
16/*
17 * Class: com_ctre_phoenix6_jni_StatusSignalJNI
18 * Method: JNI_GetUnits
19 * Signature: ()Ljava/lang/String;
20 */
22 (JNIEnv *, jobject);
23
24/*
25 * Class: com_ctre_phoenix6_jni_StatusSignalJNI
26 * Method: JNI_RefreshSignal
27 * Signature: (Ljava/lang/String;D)I
28 */
30 (JNIEnv *, jobject, jstring, jdouble);
31
32/*
33 * Class: com_ctre_phoenix6_jni_StatusSignalJNI
34 * Method: JNI_WaitForSignal
35 * Signature: (Ljava/lang/String;D)I
36 */
38 (JNIEnv *, jobject, jstring, jdouble);
39
40/*
41 * Class: com_ctre_phoenix6_jni_StatusSignalJNI
42 * Method: JNI_WaitForAll
43 * Signature: (Ljava/lang/String;D[Lcom/ctre/phoenix6/jni/StatusSignalJNI;)I
44 */
46 (JNIEnv *, jclass, jstring, jdouble, jobjectArray);
47
48/*
49 * Class: com_ctre_phoenix6_jni_StatusSignalJNI
50 * Method: JNI_SetUpdateFrequency
51 * Signature: (Ljava/lang/String;DD)I
52 */
54 (JNIEnv *, jobject, jstring, jdouble, jdouble);
55
56#ifdef __cplusplus
57}
58#endif
59#endif
60
JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_StatusSignalJNI_JNI_1RefreshSignal(JNIEnv *, jobject, jstring, jdouble)
JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_StatusSignalJNI_JNI_1WaitForAll(JNIEnv *, jclass, jstring, jdouble, jobjectArray)
JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_StatusSignalJNI_JNI_1WaitForSignal(JNIEnv *, jobject, jstring, jdouble)
JNIEXPORT jstring JNICALL Java_com_ctre_phoenix6_jni_StatusSignalJNI_JNI_1GetUnits(JNIEnv *, jobject)
JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_StatusSignalJNI_JNI_1SetUpdateFrequency(JNIEnv *, jobject, jstring, jdouble, jdouble)