JNI for test coverage #3965
This commit is contained in:
parent
1e413e6f4f
commit
382f30f18f
|
@ -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
|
Loading…
Reference in New Issue