Ocean
Loading...
Searching...
No Matches
DevicesMapBuildingJni.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) Meta Platforms, Inc. and affiliates.
3
*
4
* This source code is licensed under the MIT license found in the
5
* LICENSE file in the root directory of this source tree.
6
*/
7
8
#ifndef META_OCEAN_DEVICES_MAPBUILDING_JNI_DEVICESMAPBULDINGJNI_H
9
#define META_OCEAN_DEVICES_MAPBUILDING_JNI_DEVICESMAPBULDINGJNI_H
10
11
#include "
ocean/devices/mapbuilding/jni/JNI.h
"
12
13
/**
14
* Java native interface function to register the Devices::MapBuilding component.
15
* @param env The JNI environment
16
* @param javaThis The JNI object
17
* @return True, if succeeded
18
* @ingroup devicesmapbuildingjni
19
*/
20
extern
"C"
jboolean
Java_com_meta_ocean_devices_mapbuilding_DevicesMapBuildingJni_registerLibrary
(JNIEnv* env,
jobject
javaThis);
21
22
/**
23
* Java native interface function to unregister the Devices::MapBuilding component.
24
* @param env The JNI environment
25
* @param javaThis The JNI object
26
* @return True, if succeeded
27
* @ingroup devicesmapbuildingjni
28
*/
29
extern
"C"
jboolean
Java_com_meta_ocean_devices_mapbuilding_DevicesMapBuildingJni_unregisterLibrary
(JNIEnv* env,
jobject
javaThis);
30
31
#endif
// META_OCEAN_DEVICES_MAPBUILDING_JNI_DEVICESMAPBULDINGJNI_H
jobject
JNI.h
Java_com_meta_ocean_devices_mapbuilding_DevicesMapBuildingJni_registerLibrary
jboolean Java_com_meta_ocean_devices_mapbuilding_DevicesMapBuildingJni_registerLibrary(JNIEnv *env, jobject javaThis)
Java native interface function to register the Devices::MapBuilding component.
Java_com_meta_ocean_devices_mapbuilding_DevicesMapBuildingJni_unregisterLibrary
jboolean Java_com_meta_ocean_devices_mapbuilding_DevicesMapBuildingJni_unregisterLibrary(JNIEnv *env, jobject javaThis)
Java native interface function to unregister the Devices::MapBuilding component.
impl
ocean
devices
mapbuilding
jni
DevicesMapBuildingJni.h
Generated on Sat Feb 22 2025 06:03:34 for Ocean by
1.9.8