Searched defs:Gps (Results 1 – 1 of 1) sorted by relevance
65 struct Gps { struct67 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 level74 Rational altitude;76 Rational time_stamp[3]; // Giving hour, minute and second.77 std::string date_stamp; // Giving as "YYYY:MM:DD" format.