Navigation SDK Documentation |
Holds information received from GPS and as a input from clients.
SDK_HDRINFO size |
Size of the structure - for controlling
SDK_HDRINFO version |
Version of the structure - for controlling. Use SDK_GPSDataVERSION
SDK_GeoPosition GPSPosition |
Current position
SDK_Position GPSPositionMerc |
Current position (Mercator)
SDK_INT4 altitude |
Altitude [m] as reported from GPS (may or may not include geoid correction)
SDK_INT4 velocity |
Velocity [km/h]
SDK_INT4 course |
Navigation direction ([0..360[ 0=East, 90=North)
SDK_INT4 quality |
quality of the signal in percent, i.e. 0 for lowest, 100 for best precision
SDK_INT1 noSats |
Number of satellites used for the fix
SDK_INT1 fix |
0 if GPS device has no fix, >0 for a valid fix: 1=GPS (inkl. 2d/3d), 2=differential GPS (DGPS), 3= dead reckoning mode (DR), 4=unknown
SDK_UINT4 date |
Date of fix [day of month * 10000 + month of year * 100 + (year>=2000)?(year-2000):(year-1990)]
SDK_UINT4 time |
Time of fix [Hour of day * 1000000 + minute of hour * 10000 + second of minute * 100 + hundreds of a second]. Note that for navigation purposes at least a valid time (>0) has to be provided, otherwise navigation fails!
SDK_INT4 geoidSep |
applied Geoid separation [m]
SDK_INT1 noSatsInView |
Number of satellites in view
SDK_BOOL extraPolated |
Whether the information is based on (software) internal extrapolation, i.e. tunnel extrapolation
SDK_Position extraPolatedPos |
extrapolated position
SDK_INT4 extraPolatedVelocity |
extrapolated Velocity [km/h]
SDK_INT4 extraPolatedCourse |
extrapolated Navigation direction ([0..360[ 0=East, 90=North)
© PTV Group 2018 | Generated on Mon Dec 17 2018 21:00:22 for NavigationSDK by 1.8.8 |