fiore@5
|
1 /*
|
fiore@5
|
2 CCmI Editor - A Collaborative Cross-Modal Diagram Editing Tool
|
fiore@5
|
3
|
fiore@5
|
4 Copyright (C) 2011 Queen Mary University of London (http://ccmi.eecs.qmul.ac.uk/)
|
fiore@5
|
5
|
fiore@5
|
6 This program is free software: you can redistribute it and/or modify
|
fiore@5
|
7 it under the terms of the GNU General Public License as published by
|
fiore@5
|
8 the Free Software Foundation, either version 3 of the License, or
|
fiore@5
|
9 (at your option) any later version.
|
fiore@5
|
10
|
fiore@5
|
11 This program is distributed in the hope that it will be useful,
|
fiore@5
|
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
|
fiore@5
|
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
fiore@5
|
14 GNU General Public License for more details.
|
fiore@5
|
15
|
fiore@5
|
16 You should have received a copy of the GNU General Public License
|
fiore@5
|
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
|
fiore@5
|
18 */
|
fiore@5
|
19
|
fiore@5
|
20 #include <jni.h>
|
fiore@5
|
21 /* Header for class uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics */
|
fiore@5
|
22
|
fiore@5
|
23 #ifndef _Included_uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics
|
fiore@5
|
24 #define _Included_uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics
|
fiore@5
|
25 #ifdef __cplusplus
|
fiore@5
|
26 extern "C" {
|
fiore@5
|
27 #endif
|
fiore@5
|
28 #undef uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics_MIN_PRIORITY
|
fiore@5
|
29 #define uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics_MIN_PRIORITY 1L
|
fiore@5
|
30 #undef uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics_NORM_PRIORITY
|
fiore@5
|
31 #define uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics_NORM_PRIORITY 5L
|
fiore@5
|
32 #undef uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics_MAX_PRIORITY
|
fiore@5
|
33 #define uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics_MAX_PRIORITY 10L
|
fiore@5
|
34 /*
|
fiore@5
|
35 * Class: uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics
|
fiore@5
|
36 * Method: init
|
fiore@5
|
37 * Signature: (II)I
|
fiore@5
|
38 */
|
fiore@5
|
39 JNIEXPORT jint JNICALL Java_uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics_initFalcon
|
fiore@5
|
40 (JNIEnv *, jobject, jint, jint);
|
fiore@5
|
41
|
fiore@5
|
42 #ifdef __cplusplus
|
fiore@5
|
43 }
|
fiore@5
|
44 #endif
|
fiore@5
|
45 #endif
|