Blame view

tsl_aiplatform_jni/com_objecteye_nativeinterface_TSLAiEngineNativeInterface.h 3.2 KB
85cc8cb9   Hu Chunming   ๅŽŸ็‰ˆไปฃ็ 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
  /*
   * @Author: yangzilong
   * @Date: 2021-12-16 11:32:51
   * @Last Modified by: yangzilong
   * @Email: yangzilong@objecteye.com
   * @Description:
   */
  /* DO NOT EDIT THIS FILE - it is machine generated */
  #include <jni.h>
  /* Header for class com_objecteye_nativeinterface_TSLAiEngineNativeInter */
  
  #ifndef _Included_com_objecteye_nativeinterface_TSLAiEngineNativeInter
  #define _Included_com_objecteye_nativeinterface_TSLAiEngineNativeInter
  #ifdef __cplusplus
  extern "C"
  {
  #endif
  
  
    /*
   * Class:     com_objecteye_nativeinterface_TSLAiEngineNativeInterface
   * Method:    load
   * Signature: ()I
   */
    JNIEXPORT jint JNICALL Java_com_objecteye_nativeinterface_TSLAiEngineNativeInterface_load(JNIEnv *, jclass);
    /*
   * Class:     com_objecteye_nativeinterface_TSLAiEngineNativeInterface
   * Method:    init
   * Signature: ([Ljava/lang/Long;Lcom/objecteye/pojo/ruijin/TSLAiEngineParam;)I
   */
    JNIEXPORT jint JNICALL Java_com_objecteye_nativeinterface_TSLAiEngineNativeInterface_init(JNIEnv *, jobject, jlongArray, jobject);
  
  
    /*
   * Class:     com_objecteye_nativeinterface_TSLAiEngineNativeInterface
   * Method:    addMqConn
   * Signature: (JLcom/objecteye/pojo/ruijin/MqParam;)I
   */
    JNIEXPORT jint JNICALL Java_com_objecteye_nativeinterface_TSLAiEngineNativeInterface_addMqConn(JNIEnv *, jobject, jlong, jint, jobject);
  
    /*
   * Class:     com_objecteye_nativeinterface_TSLAiEngineNativeInterface
   * Method:    addTask
   * Signature: (JLcom/objecteye/pojo/ruijin/TaskParam;)I
   */
    JNIEXPORT jint JNICALL Java_com_objecteye_nativeinterface_TSLAiEngineNativeInterface_addTask(JNIEnv *, jobject, jlong, jobject);
    /*
   * Class:     com_objecteye_nativeinterface_TSLAiEngineNativeInterface
   * Method:    getTaskStatus
   * Signature: (JLjava/lang/String;)I
   */
    JNIEXPORT jint JNICALL Java_com_objecteye_nativeinterface_TSLAiEngineNativeInterface_getTaskStatus(JNIEnv *, jobject, jlong, jstring);
    /*
   * Class:     com_objecteye_nativeinterface_TSLAiEngineNativeInterface
   * Method:    pauseTask
   * Signature: (JLjava/lang/String;I)I
   */
    JNIEXPORT jint JNICALL Java_com_objecteye_nativeinterface_TSLAiEngineNativeInterface_pauseTask(JNIEnv *, jobject, jlong, jstring, jint);
  
    /*
   * Class:     com_objecteye_nativeinterface_TSLAiEngineNativeInterface
   * Method:    restartTask
   * Signature: (JLjava/lang/String;I)I
   */
    JNIEXPORT jint JNICALL Java_com_objecteye_nativeinterface_TSLAiEngineNativeInterface_restartTask(JNIEnv *, jobject, jlong, jstring, jint);
  
    /*
   * Class:     com_objecteye_nativeinterface_TSLAiEngineNativeInterface
   * Method:    finishTask
   * Signature: (JLjava/lang/String;I)I
   */
    JNIEXPORT jint JNICALL Java_com_objecteye_nativeinterface_TSLAiEngineNativeInterface_finishTask(JNIEnv *, jobject, jlong, jstring, jint);
  
    /*
   * Class:     com_objecteye_nativeinterface_TSLAiEngineNativeInterface
   * Method:    release
   * Signature: (J)I
   */
    JNIEXPORT jint JNICALL Java_com_objecteye_nativeinterface_TSLAiEngineNativeInterface_release(JNIEnv *, jobject, jlong);
  
    /*
   * Class:     com_objecteye_nativeinterface_TSLAiEngineNativeInterface
   * Method:    getVersion
   * Signature: ()Ljava/lang/String;
   */
    JNIEXPORT jstring JNICALL Java_com_objecteye_nativeinterface_TSLAiEngineNativeInterface_getVersion(JNIEnv *, jobject);
  
  
  #ifdef __cplusplus
  }
  #endif
  #endif