org_placelab_spotter_wifispotter.h

来自「一个基于PlaceLab的室内和室外的智能导航系统」· C头文件 代码 · 共 38 行

H
38
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?