Home
last modified time | relevance | path

Searched defs:Gps (Results 1 – 1 of 1) sorted by relevance

/external/piex/src/
Dpiex_types.h65 struct Gps { struct
67 bool is_valid = false;
69 char latitude_ref; // Either 'N' or 'S'
70 Rational latitude[3];
71 char longitude_ref; // Either 'E' or 'W'
72 Rational longitude[3];
73 bool altitude_ref = false; // true is above, false below sea level
74 Rational altitude;
76 Rational time_stamp[3]; // Giving hour, minute and second.
77 std::string date_stamp; // Giving as "YYYY:MM:DD" format.