#include <gps.h>
Collaboration diagram for UHardwareGpsLocation:Data Fields | |
| size_t | size |
| uint16_t | flags |
| double | latitude |
| double | longitude |
| double | altitude |
| float | speed |
| float | bearing |
| float | accuracy |
| int64_t | timestamp |
| float UHardwareGpsLocation::accuracy |
| double UHardwareGpsLocation::altitude |
| float UHardwareGpsLocation::bearing |
| uint16_t UHardwareGpsLocation::flags |
| double UHardwareGpsLocation::latitude |
| double UHardwareGpsLocation::longitude |
| size_t UHardwareGpsLocation::size |
| float UHardwareGpsLocation::speed |
| int64_t UHardwareGpsLocation::timestamp |