Struct cuvis_gps_t
The gps data structure.
#include <cuvis.h>
Public Attributes
| Type | Name |
|---|---|
| double | altitude |
| double | latitude |
| double | longitude |
| CUVIS_TIMESTAMP | time |
Public Attributes Documentation
variable altitude
double cuvis_gps_t::altitude;
gps altitude in meters
variable latitude
double cuvis_gps_t::latitude;
gps latitude in decimal degrees
variable longitude
double cuvis_gps_t::longitude;
gps longitude in decimal degrees
variable time
CUVIS_TIMESTAMP cuvis_gps_t::time;
the timestamp (UTC) while recoding the gps.
The documentation for this class was generated from the following file docs/_api_sources/cuvis.h