VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
managedInterface
jni
com_mak_vrlj_message_JniManagedInterfaceLibrary.h
Go to the documentation of this file.
1
/* DO NOT EDIT THIS FILE - it is machine generated */
2
#include <jni.h>
3
/* Header for class com_mak_vrlj_message_JniManagedInterfaceLibrary */
4
5
#ifndef _Included_com_mak_vrlj_message_JniManagedInterfaceLibrary
6
#define _Included_com_mak_vrlj_message_JniManagedInterfaceLibrary
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
10
/*
11
* Class: com_mak_vrlj_message_JniManagedInterfaceLibrary
12
* Method: checkVrlLicense
13
* Signature: ()Z
14
*/
15
JNIEXPORT jboolean JNICALL
Java_com_mak_vrlj_message_JniManagedInterfaceLibrary_checkVrlLicense
16
(JNIEnv *, jobject);
17
18
/*
19
* Class: com_mak_vrlj_message_JniManagedInterfaceLibrary
20
* Method: managedMessageToManagedInterface
21
* Signature: (Ljava/nio/ByteBuffer;)V
22
*/
23
JNIEXPORT
void
JNICALL
Java_com_mak_vrlj_message_JniManagedInterfaceLibrary_managedMessageToManagedInterface
24
(JNIEnv *, jobject, jobject);
25
26
/*
27
* Class: com_mak_vrlj_message_JniManagedInterfaceLibrary
28
* Method: tick
29
* Signature: (D)V
30
*/
31
JNIEXPORT
void
JNICALL
Java_com_mak_vrlj_message_JniManagedInterfaceLibrary_tick
32
(JNIEnv *, jobject, jdouble);
33
34
/*
35
* Class: com_mak_vrlj_message_JniManagedInterfaceLibrary
36
* Method: initalizeManagedInterface
37
* Signature: (Lcom/mak/vrlj/message/JniMessageDelegate;Ljava/lang/String;J)Lcom/mak/vrlj/message/JniInitialization;
38
*/
39
JNIEXPORT jobject JNICALL
Java_com_mak_vrlj_message_JniManagedInterfaceLibrary_initalizeManagedInterface
40
(JNIEnv *, jobject, jobject, jstring, jlong);
41
42
/*
43
* Class: com_mak_vrlj_message_JniManagedInterfaceLibrary
44
* Method: shutdown_managedInterface
45
* Signature: (JJ)V
46
*/
47
JNIEXPORT
void
JNICALL
Java_com_mak_vrlj_message_JniManagedInterfaceLibrary_shutdown_1managedInterface
48
(JNIEnv *, jobject, jlong, jlong);
49
50
#ifdef __cplusplus
51
}
52
#endif
53
#endif
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)