JNI for test coverage #3965

This commit is contained in:
rusefillc 2022-02-26 15:58:58 -05:00
parent 865cd1bc54
commit 1a6c0c57c8
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* 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