aboutsummaryrefslogtreecommitdiffstats
path: root/include/navigation_info.h
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-06-11 18:17:15 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-06-11 18:17:15 +0900
commit00a85e8b4d47e1839c3fa7a2a956d3039e1175a2 (patch)
tree3002821ea8e68dc65a14da8e337c38920acdd8e9 /include/navigation_info.h
parent281014c341563a8d4634eb34da6c9a5069fa7eb8 (diff)
fix bug hudtbt can not get information
Diffstat (limited to 'include/navigation_info.h')
-rw-r--r--include/navigation_info.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/navigation_info.h b/include/navigation_info.h
index acdd93e..a0c9f49 100644
--- a/include/navigation_info.h
+++ b/include/navigation_info.h
@@ -25,6 +25,9 @@ private:
/* getAllroutes */
uint32_t mRoutes; //current route count
+ /* GetDirState */
+ char mCurrentState[256]; //current direction state info
+
/* getdestination */
char mDestLatitude[256]; //Destination latitude info
char mDestLongitude[256]; //Destination longitude info
@@ -52,6 +55,9 @@ public:
void setNaviInfoCurrentHeading( char* heading );
char* getNaviInfoCurrentHeading();
+ void setNaviInfoCurrentDirState( char* state );
+ char* getNaviInfoCurrentDirState();
+
void setNaviInfoAllRoutes( char* route );
uint32_t getNaviInfoAllRoutes();