Loading [MathJax]/extensions/tex2jax.js
CTRE Phoenix 6 C++ 23.10.0-alpha-8
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SignalLoggerJni.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_SignalLoggerJNI */
10
11#ifndef _Included_com_ctre_phoenix6_jni_SignalLoggerJNI
12#define _Included_com_ctre_phoenix6_jni_SignalLoggerJNI
13#ifdef __cplusplus
14extern "C" {
15#endif
16/*
17 * Class: com_ctre_phoenix6_jni_SignalLoggerJNI
18 * Method: JNI_SetLoggerPath
19 * Signature: (Ljava/lang/String;)I
20 */
22 (JNIEnv *, jclass, jstring);
23
24/*
25 * Class: com_ctre_phoenix6_jni_SignalLoggerJNI
26 * Method: JNI_StartLogger
27 * Signature: ()I
28 */
30 (JNIEnv *, jclass);
31
32/*
33 * Class: com_ctre_phoenix6_jni_SignalLoggerJNI
34 * Method: JNI_StopLogger
35 * Signature: ()I
36 */
38 (JNIEnv *, jclass);
39
40/*
41 * Class: com_ctre_phoenix6_jni_SignalLoggerJNI
42 * Method: JNI_EnableAutoLogging
43 * Signature: (Z)I
44 */
46 (JNIEnv *, jclass, jboolean);
47
48#ifdef __cplusplus
49}
50#endif
51#endif
52
JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_SignalLoggerJNI_JNI_1StartLogger(JNIEnv *, jclass)
JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_SignalLoggerJNI_JNI_1EnableAutoLogging(JNIEnv *, jclass, jboolean)
JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_SignalLoggerJNI_JNI_1SetLoggerPath(JNIEnv *, jclass, jstring)
JNIEXPORT jint JNICALL Java_com_ctre_phoenix6_jni_SignalLoggerJNI_JNI_1StopLogger(JNIEnv *, jclass)