2022-02-26 12:58:58 -08:00
|
|
|
/* 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
|
2022-11-29 07:25:15 -08:00
|
|
|
(JNIEnv *, jclass);
|
2022-02-26 12:58:58 -08:00
|
|
|
|
2022-11-29 06:58:35 -08:00
|
|
|
/*
|
|
|
|
* Class: com_rusefi_native__EngineLogic
|
|
|
|
* Method: resetTest
|
|
|
|
* Signature: ()V
|
|
|
|
*/
|
|
|
|
JNIEXPORT void JNICALL Java_com_rusefi_native_1_EngineLogic_resetTest
|
2022-11-29 07:25:15 -08:00
|
|
|
(JNIEnv *, jclass);
|
2022-11-29 06:58:35 -08:00
|
|
|
|
2022-02-26 12:58:58 -08:00
|
|
|
/*
|
|
|
|
* 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);
|
|
|
|
|
2022-02-26 18:52:52 -08:00
|
|
|
/*
|
|
|
|
* Class: com_rusefi_native__EngineLogic
|
|
|
|
* Method: getConfiguration
|
|
|
|
* Signature: ()[B
|
|
|
|
*/
|
|
|
|
JNIEXPORT jbyteArray JNICALL Java_com_rusefi_native_1_EngineLogic_getConfiguration
|
|
|
|
(JNIEnv *, jobject);
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Class: com_rusefi_native__EngineLogic
|
|
|
|
* Method: setConfiguration
|
|
|
|
* Signature: ([BII)V
|
|
|
|
*/
|
|
|
|
JNIEXPORT void JNICALL Java_com_rusefi_native_1_EngineLogic_setConfiguration
|
|
|
|
(JNIEnv *, jobject, jbyteArray, jint, jint);
|
|
|
|
|
2022-04-04 19:33:30 -07:00
|
|
|
/*
|
|
|
|
* Class: com_rusefi_native__EngineLogic
|
|
|
|
* Method: setEngineType
|
|
|
|
* Signature: (I)V
|
|
|
|
*/
|
|
|
|
JNIEXPORT void JNICALL Java_com_rusefi_native_1_EngineLogic_setEngineType
|
|
|
|
(JNIEnv *, jobject, jint);
|
|
|
|
|
2022-11-28 23:21:36 -08:00
|
|
|
/*
|
|
|
|
* Class: com_rusefi_native__EngineLogic
|
|
|
|
* Method: initTps
|
|
|
|
* Signature: ()V
|
|
|
|
*/
|
|
|
|
JNIEXPORT void JNICALL Java_com_rusefi_native_1_EngineLogic_initTps
|
|
|
|
(JNIEnv *, jobject);
|
|
|
|
|
2022-03-12 21:00:59 -08:00
|
|
|
/*
|
|
|
|
* Class: com_rusefi_native__EngineLogic
|
|
|
|
* Method: invokePeriodicCallback
|
|
|
|
* Signature: ()V
|
|
|
|
*/
|
|
|
|
JNIEXPORT void JNICALL Java_com_rusefi_native_1_EngineLogic_invokePeriodicCallback
|
|
|
|
(JNIEnv *, jobject);
|
|
|
|
|
2022-11-28 21:10:46 -08:00
|
|
|
/*
|
|
|
|
* Class: com_rusefi_native__EngineLogic
|
|
|
|
* Method: invokeEtbCycle
|
|
|
|
* Signature: ()V
|
|
|
|
*/
|
|
|
|
JNIEXPORT void JNICALL Java_com_rusefi_native_1_EngineLogic_invokeEtbCycle
|
|
|
|
(JNIEnv *, jobject);
|
|
|
|
|
2022-11-28 21:38:59 -08:00
|
|
|
/*
|
|
|
|
* Class: com_rusefi_native__EngineLogic
|
|
|
|
* Method: burnRequest
|
|
|
|
* Signature: ()V
|
|
|
|
*/
|
|
|
|
JNIEXPORT void JNICALL Java_com_rusefi_native_1_EngineLogic_burnRequest
|
|
|
|
(JNIEnv *, jobject);
|
|
|
|
|
2022-03-13 17:34:05 -07:00
|
|
|
/*
|
|
|
|
* Class: com_rusefi_native__EngineLogic
|
|
|
|
* Method: getOutputs
|
|
|
|
* Signature: ()[B
|
|
|
|
*/
|
|
|
|
JNIEXPORT jbyteArray JNICALL Java_com_rusefi_native_1_EngineLogic_getOutputs
|
|
|
|
(JNIEnv *, jobject);
|
|
|
|
|
2022-02-26 12:58:58 -08:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
#endif
|