|
virtual | ~MMFeedback () |
|
virtual uint64_t | getDrTimeStamp () const =0 |
| get the time stamp of the raw GPS data. this is CPU time stamp in milliseconds More...
|
|
virtual double | getLatitude () const =0 |
| latitude of the location of map matching feedback in WGS84. More...
|
|
virtual double | getLongtitude () const =0 |
| longtitude of the location of map matching feedback in WGS84. More...
|
|
virtual uint16_t | getMMHeading () const =0 |
| get the heading of map matching feedback, in unit of degree, North is zero; clockwise; 0-359, UINT16_MAX as invalid More...
|
|
virtual float | getMMSpeed () const =0 |
| get the speed of map matching feedback, in unit of m/s More...
|
|
virtual double | getMMBestPosUnc () const =0 |
| get best axis position error uncertainty, 1 sigma m More...
|
|
virtual double | getMMWorstPosUnc () const =0 |
| get Worst axis position error uncertainty, 1 sigma m More...
|
|
virtual double | getMMAnglePosUnc () const =0 |
| get angle of best axis relative to north, radians More...
|
|
virtual double | getMMHdgUnc () const =0 |
| get heading error uncertainty, 1 sigma radians More...
|
|
virtual bool | IsRightHandTraffic () const =0 |
| Is right hand traffic. More...
|
|
virtual bool | IsOneWayEdge () const =0 |
| Is one way edge. More...
|
|
virtual bool | IsInServiceArea () const =0 |
| whether vehicle is on the roads inside service area More...
|
|
virtual bool | IsInParkingLot () const =0 |
| whether vehicle is on the roads inside parking lot More...
|
|
virtual bool | IsTunnel () const =0 |
| whether car in tunnel More...
|
|
virtual bool | IsOffRoad () const =0 |
| whether car off road More...
|
|
virtual bool | IsFerry () const =0 |
| whether car on ferry. More...
|
|
virtual float | getAltitude () const =0 |
| get the altitude of the map matched position. less than -1000 meters will be considered as invalid, unit: meters More...
|
|
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. More...
|
|
virtual uint16_t | getMMProbability () const =0 |
| get the MM probability level. range: 0 to 30. 30 is the highest probability, 0 is the lowest probability. More...
|
|
virtual uint16_t | getRoadCandidates () const =0 |
| get the number of candidates More...
|
|
virtual int | getNumberOfLanes () const =0 |
| get number of lanes in the traffic direction user is driving, 0 if unsure More...
|
|
map matching feedback to DR
Definition at line 22 of file tn_mm_feedback.h.