30 lines
733 B
C
30 lines
733 B
C
|
/* 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
|