From 1a6c0c57c83e131c2d1a2327a63766afd000c38c Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 26 Feb 2022 15:58:58 -0500 Subject: [PATCH] JNI for test coverage #3965 --- .../native/com_rusefi_native__EngineLogic.h | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 unit_tests/native/com_rusefi_native__EngineLogic.h diff --git a/unit_tests/native/com_rusefi_native__EngineLogic.h b/unit_tests/native/com_rusefi_native__EngineLogic.h new file mode 100644 index 0000000000..1d1ad7f36d --- /dev/null +++ b/unit_tests/native/com_rusefi_native__EngineLogic.h @@ -0,0 +1,29 @@ +/* DO NOT EDIT THIS FILE - it is machine generated */ +#include +/* Header for class com_rusefi_native__EngineLogic */ + +#ifndef _Included_com_rusefi_native__EngineLogic +#define _Included_com_rusefi_native__EngineLogic +#ifdef __cplusplus +extern "C" { +#endif +/* + * Class: com_rusefi_native__EngineLogic + * Method: getVersion + * Signature: ()Ljava/lang/String; + */ +JNIEXPORT jstring JNICALL Java_com_rusefi_native_1_EngineLogic_getVersion + (JNIEnv *, jobject); + +/* + * Class: com_rusefi_native__EngineLogic + * Method: setSensor + * Signature: (Ljava/lang/String;D)V + */ +JNIEXPORT void JNICALL Java_com_rusefi_native_1_EngineLogic_setSensor + (JNIEnv *, jobject, jstring, jdouble); + +#ifdef __cplusplus +} +#endif +#endif