yy1717
2020-10-23 c484cbb09d445e2ab30ea011c6d2ffd87202bb26
lib/src/main/cpp/native-lib.h
@@ -6,6 +6,8 @@
#define RTKBASESTATION_NATIVE_LIB_H
#include <cstdint>
#include <string>
#include "test_common/Geometry.h"
typedef struct {
@@ -24,6 +26,7 @@
void DrawScreen(const Polygon *map, const Polygon *car);
void SendMsgToMainProc(int cmd, const char *value);
int PlayTTS(const char *string, void (*callback)(int));
int PlayTTS(std::string &tts, void (*callback)(int));
void PlayRing(void);
#endif //RTKBASESTATION_NATIVE_LIB_H