Go to the documentation of this file.
9 #ifndef __TN_MM_FEEDBACK_H__
10 #define __TN_MM_FEEDBACK_H__
184 #endif //__TN_MM_FEEDBACK_H__
virtual double getLatitude() const =0
latitude of the location of map matching feedback in WGS84.
map matching feedback to DR
std::shared_ptr< MMFeedback > MMFeedbackPtr
virtual bool IsOneWayEdge() const =0
Is one way edge.
virtual double getMMAnglePosUnc() const =0
get angle of best axis relative to north, radians
virtual uint16_t getMMConfidence() const =0
get the MM confidence level. range: 0 to 6. 0 is the highest confidence, 6 is the lowest confidence.
virtual double getMMBestPosUnc() const =0
get best axis position error uncertainty, 1 sigma m
virtual uint16_t getMMHeading() const =0
get the heading of map matching feedback, in unit of degree, North is zero; clockwise; 0-359,...
definitions for export and import Copyright (c) 2021 Telenav, Inc All rights reserved This program is...
virtual uint64_t getDrTimeStamp() const =0
get the time stamp of the raw GPS data. this is CPU time stamp in milliseconds
virtual uint16_t getMMProbability() const =0
get the MM probability level. range: 0 to 30. 30 is the highest probability, 0 is the lowest probabil...
virtual bool IsInServiceArea() const =0
whether vehicle is on the roads inside service area
virtual double getLongtitude() const =0
longtitude of the location of map matching feedback in WGS84.
virtual bool IsInParkingLot() const =0
whether vehicle is on the roads inside parking lot
virtual bool IsTunnel() const =0
whether car in tunnel
virtual double getMMWorstPosUnc() const =0
get Worst axis position error uncertainty, 1 sigma m
virtual bool IsFerry() const =0
whether car on ferry.
virtual float getAltitude() const =0
get the altitude of the map matched position. less than -1000 meters will be considered as invalid,...
virtual double getMMHdgUnc() const =0
get heading error uncertainty, 1 sigma radians
virtual uint16_t getRoadCandidates() const =0
get the number of candidates
virtual int getNumberOfLanes() const =0
get number of lanes in the traffic direction user is driving, 0 if unsure
virtual float getMMSpeed() const =0
get the speed of map matching feedback, in unit of m/s
virtual bool IsOffRoad() const =0
whether car off road
virtual bool IsRightHandTraffic() const =0
Is right hand traffic.