Home
last modified time | relevance | path

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

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