GPS proxy data. More...
#include <playerc.h>
Public Attributes | |
| playerc_device_t | info |
| Device info; must be at the start of all device structures. More... | |
| double | utc_time |
| UTC time (seconds since the epoch) | |
| double | lat |
| Latitude and logitude (degrees). More... | |
| double | lon |
| double | alt |
| Altitude (meters). More... | |
| double | utm_e |
| UTM easting and northing (meters). More... | |
| double | utm_n |
| double | hdop |
| Horizontal dilution of precision. More... | |
| double | vdop |
| Vertical dilution of precision. More... | |
| double | err_horz |
| Horizontal and vertical error (meters). More... | |
| double | err_vert |
| int | quality |
| Quality of fix 0 = invalid, 1 = GPS fix, 2 = DGPS fix. | |
| int | sat_count |
| Number of satellites in view. More... | |
GPS proxy data.
| double playerc_gps_t::alt |
Altitude (meters).
Positive is above sea-level, negative is below.
Referenced by PlayerCc::GpsProxy::GetAltitude().
| double playerc_gps_t::err_horz |
Horizontal and vertical error (meters).
Referenced by PlayerCc::GpsProxy::GetErrHorizontal().
| double playerc_gps_t::hdop |
Horizontal dilution of precision.
Referenced by PlayerCc::GpsProxy::GetHdop().
| playerc_device_t playerc_gps_t::info |
Device info; must be at the start of all device structures.
| double playerc_gps_t::lat |
Latitude and logitude (degrees).
Latitudes are positive for north, negative for south. Logitudes are positive for east, negative for west.
Referenced by PlayerCc::GpsProxy::GetLatitude().
| int playerc_gps_t::sat_count |
Number of satellites in view.
Referenced by PlayerCc::GpsProxy::GetSatellites().
| double playerc_gps_t::utm_e |
UTM easting and northing (meters).
Referenced by PlayerCc::GpsProxy::GetUtmEasting().
| double playerc_gps_t::vdop |
Vertical dilution of precision.
Referenced by PlayerCc::GpsProxy::GetVdop().