⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 org_placelab_spotter_wifispotter.h

📁 一个基于PlaceLab的室内和室外的智能导航系统
💻 H
字号:
/* DO NOT EDIT THIS FILE - it is machine generated */#include <jni.h>
/* Header for class org_placelab_spotter_WiFiSpotter */#ifndef _Included_org_placelab_spotter_WiFiSpotter#define _Included_org_placelab_spotter_WiFiSpotter
#ifdef __cplusplusextern "C" {#endif
/*
 * Class:     org_placelab_spotter_WiFiSpotter
 * Method:    spotter_init
 * Signature: (Ljava/lang/String;)V
 */
JNIEXPORT void JNICALL Java_org_placelab_spotter_WiFiSpotter_spotter_1init
  (JNIEnv *, jobject, jstring);
/*
 * Class:     org_placelab_spotter_WiFiSpotter
 * Method:    spotter_shutdown
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_org_placelab_spotter_WiFiSpotter_spotter_1shutdown
  (JNIEnv *, jobject);
/*
 * Class:     org_placelab_spotter_WiFiSpotter
 * Method:    spotter_poll
 * Signature: ()[Ljava/lang/String;
 */
JNIEXPORT jobjectArray JNICALL Java_org_placelab_spotter_WiFiSpotter_spotter_1poll
  (JNIEnv *, jobject);
#ifdef __cplusplus}#endif
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -