From 6f2dc73bb6bd5ff48cb4a2e77e9e7b6a93828902 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期二, 07 一月 2020 19:21:39 +0800
Subject: [PATCH] 修改进程间接口,统一为foo(int, string)

---
 lib/src/main/cpp/native-lib.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/src/main/cpp/native-lib.h b/lib/src/main/cpp/native-lib.h
index 2144b1c..5dad97c 100644
--- a/lib/src/main/cpp/native-lib.h
+++ b/lib/src/main/cpp/native-lib.h
@@ -22,7 +22,7 @@
 void TextSpeak(const char *text);
 void TextOsd(int type, const char *text);
 void DrawScreen(const Polygon *map, const Polygon *car);
-
+void SendMsgToMainProc(int cmd, const char *value);
 void DisplayText(const char *string);
 
 #endif //RTKBASESTATION_NATIVE_LIB_H

--
Gitblit v1.8.0