-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLuminaryNative.h
More file actions
60 lines (54 loc) · 1.62 KB
/
LuminaryNative.h
File metadata and controls
60 lines (54 loc) · 1.62 KB
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
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_luminary_os_core_Native */
#ifndef _Included_com_luminary_os_core_Native
#define _Included_com_luminary_os_core_Native
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: com_luminary_os_core_Native
* Method: getInfo
* Signature: ()Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_com_luminary_os_core_Native_getInfo
(JNIEnv *, jobject);
/*
* Class: Native
* Method: blacklistMethods
* Signature: (Ljava/lang/Class;Ljava/util/Set;)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_com_luminary_os_core_Native_blacklistMethods
(JNIEnv *, jobject, jclass, jobject);
/*
* Class: Native
* Method: blacklistMethods
* Signature: (Ljava/lang/Class;Ljava/util/Set;)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_com_luminary_os_core_Native_blacklistFields
(JNIEnv *, jobject, jclass, jobject);
/*
* Class: com_luminary_os_core_Native
* Method: calculateX
* Signature: (III)F
*/
JNIEXPORT jfloat JNICALL Java_com_luminary_os_core_Native_calculateX
(JNIEnv *, jobject, jint, jint, jint, jfloat, jfloat, jfloat);
/*
* Class: com_luminary_os_core_Native
* Method: calculateY
* Signature: (III)F
*/
JNIEXPORT jfloat JNICALL Java_com_luminary_os_core_Native_calculateY
(JNIEnv *, jobject, jint, jint, jint, jfloat, jfloat, jfloat);
/*
* Class: com_luminary_os_core_Native
* Method: calculateZ
* Signature: (III)F
*/
JNIEXPORT jfloat JNICALL Java_com_luminary_os_core_Native_calculateZ
(JNIEnv *, jobject, jint, jint, jint, jfloat, jfloat, jfloat);
#ifdef __cplusplus
}
#endif
#endif