aboutsummaryrefslogtreecommitdiffstats
path: root/include/navigation_info.h
diff options
context:
space:
mode:
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();