#include <jni.h>
#include "error.h"
#include <fstream>
#include "../../../include/librealsense2/h/rs_internal.h"
#include "../../../common/parser.hpp"
Go to the source code of this file.
Functions | |
JNIEXPORT jobjectArray JNICALL | Java_com_intel_realsense_librealsense_DebugProtocol_nGetCommands (JNIEnv *env, jclass clazz, jstring filePath) |
JNIEXPORT jbyteArray JNICALL | Java_com_intel_realsense_librealsense_DebugProtocol_nSendAndReceiveData (JNIEnv *env, jclass clazz, jlong handle, jstring filePath, jstring command) |
JNIEXPORT jbyteArray JNICALL | Java_com_intel_realsense_librealsense_DebugProtocol_nSendAndReceiveRawData (JNIEnv *env, jclass type, jlong handle, jbyteArray buffer_) |
JNIEXPORT jobjectArray JNICALL Java_com_intel_realsense_librealsense_DebugProtocol_nGetCommands | ( | JNIEnv * | env, |
jclass | clazz, | ||
jstring | filePath | ||
) |
Definition at line 108 of file debug_protocol.cpp.
JNIEXPORT jbyteArray JNICALL Java_com_intel_realsense_librealsense_DebugProtocol_nSendAndReceiveData | ( | JNIEnv * | env, |
jclass | clazz, | ||
jlong | handle, | ||
jstring | filePath, | ||
jstring | command | ||
) |
Definition at line 39 of file debug_protocol.cpp.
JNIEXPORT jbyteArray JNICALL Java_com_intel_realsense_librealsense_DebugProtocol_nSendAndReceiveRawData | ( | JNIEnv * | env, |
jclass | type, | ||
jlong | handle, | ||
jbyteArray | buffer_ | ||
) |
Definition at line 13 of file debug_protocol.cpp.