lib/src/main/cpp/native-lib.h
@@ -8,6 +8,11 @@ #include <cstdint> #include "test_common/Geometry.h" typedef struct { int seq; void (*callback)(int); } tts_back_t; char * GetImei(void); int DESEncrypt(const uint8_t *key, int key_length, @@ -18,6 +23,6 @@ void TextOsd(int type, const char *text); void DrawScreen(const Polygon *map, const Polygon *car); void SendMsgToMainProc(int cmd, const char *value); int PlayTTS(const char *string); int PlayTTS(const char *string, void (*callback)(int)); #endif //RTKBASESTATION_NATIVE_LIB_H