Go to the source code of this file.
Functions |
| JNIEXPORT jboolean JNICALL | Java_com_mak_vrlj_message_JniManagedInterfaceLibrary_checkVrlLicense (JNIEnv *, jobject) |
| JNIEXPORT void JNICALL | Java_com_mak_vrlj_message_JniManagedInterfaceLibrary_managedMessageToManagedInterface (JNIEnv *, jobject, jobject) |
| JNIEXPORT void JNICALL | Java_com_mak_vrlj_message_JniManagedInterfaceLibrary_tick (JNIEnv *, jobject, jdouble) |
| JNIEXPORT jobject JNICALL | Java_com_mak_vrlj_message_JniManagedInterfaceLibrary_initalizeManagedInterface (JNIEnv *, jobject, jobject, jstring, jlong) |
| JNIEXPORT void JNICALL | Java_com_mak_vrlj_message_JniManagedInterfaceLibrary_shutdown_1managedInterface (JNIEnv *, jobject, jlong, jlong) |
Function Documentation
| JNIEXPORT jboolean JNICALL Java_com_mak_vrlj_message_JniManagedInterfaceLibrary_checkVrlLicense |
( |
JNIEnv * |
, |
|
|
jobject |
|
|
) |
| |
| JNIEXPORT jobject JNICALL Java_com_mak_vrlj_message_JniManagedInterfaceLibrary_initalizeManagedInterface |
( |
JNIEnv * |
, |
|
|
jobject |
, |
|
|
jobject |
, |
|
|
jstring |
, |
|
|
jlong |
|
|
) |
| |
| JNIEXPORT void JNICALL Java_com_mak_vrlj_message_JniManagedInterfaceLibrary_managedMessageToManagedInterface |
( |
JNIEnv * |
, |
|
|
jobject |
, |
|
|
jobject |
|
|
) |
| |
| JNIEXPORT void JNICALL Java_com_mak_vrlj_message_JniManagedInterfaceLibrary_shutdown_1managedInterface |
( |
JNIEnv * |
, |
|
|
jobject |
, |
|
|
jlong |
, |
|
|
jlong |
|
|
) |
| |
| JNIEXPORT void JNICALL Java_com_mak_vrlj_message_JniManagedInterfaceLibrary_tick |
( |
JNIEnv * |
, |
|
|
jobject |
, |
|
|
jdouble |
|
|
) |
| |